1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.5.x] Removed implication that six is part of Python stdlib.

Backport of 45969bdeb5 from master
This commit is contained in:
Tim Graham 2013-09-23 18:30:05 -04:00
parent c695f293e3
commit 959adcc1de

View File

@ -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