diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-23 18:30:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-23 18:30:23 -0400 |
| commit | 959adcc1def92550966eef05622c3de30bebf855 (patch) | |
| tree | 2841b98b33c711f9f1557ed75c45e28c4e8a21cc | |
| parent | c695f293e3ce74657268e532ee69ae64c92bfa1c (diff) | |
[1.5.x] Removed implication that six is part of Python stdlib.
Backport of 45969bdeb5 from master
| -rw-r--r-- | docs/topics/python3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index 32c0984998..52d9aed253 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -362,7 +362,7 @@ Moved modules ~~~~~~~~~~~~~ Some modules were renamed in Python 3. The ``django.utils.six.moves`` -module (based on the :mod:`Python six.moves module <six.moves>`) provides a +module (based on the :mod:`six.moves module <six.moves>`) provides a compatible location to import them. The ``urllib``, ``urllib2`` and ``urlparse`` modules were reworked in depth |
