summaryrefslogtreecommitdiff
path: root/docs/topics/python3.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-03-17 09:41:54 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-03-17 10:44:28 +0100
commite11ccc76d325b6bbbf101f510a91299f507f0745 (patch)
tree5512425b14f0cf10259e32a2d360aa44e83d0b55 /docs/topics/python3.txt
parent46f4b19920a52218d4ee165ce2626ebf6d905c08 (diff)
Updated bundled version of six.
Diffstat (limited to 'docs/topics/python3.txt')
-rw-r--r--docs/topics/python3.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt
index 2212a24131..ce5a34b2d0 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -391,12 +391,7 @@ function.
Customizations of six
---------------------
-The version of six bundled with Django includes one extra function:
-
-.. function:: iterlists(MultiValueDict)
-
- Returns an iterator over the lists of values of a ``MultiValueDict``. This
- replaces ``iterlists()`` on Python 2 and ``lists()`` on Python 3.
+The version of six bundled with Django includes a few extras.
.. function:: assertRaisesRegex(testcase, *args, **kwargs)