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 16:05:30 +0100
commit2757d492bb6920ad1b98f19872c19ee0d8b4223d (patch)
treedb92f580bf767e9cb3126245f6e03748a549162f /docs/topics/python3.txt
parentf96d2848c6e200dd965631d6bc2502d073fb20ab (diff)
[1.5.x] Updated bundled version of six.
Backport of e11ccc76d325b6bbbf101f510a91299f507f0745.
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 9941597c3a..0bcef8e328 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)