[1.6.x] Removed implication that six is part of Python stdlib.
Backport of 45969bdeb5
from master
This commit is contained in:
parent
a6a5c8b06d
commit
34f4053409
|
@ -365,7 +365,7 @@ Moved modules
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
Some modules were renamed in Python 3. The ``django.utils.six.moves``
|
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.
|
compatible location to import them.
|
||||||
|
|
||||||
PY2
|
PY2
|
||||||
|
|
Loading…
Reference in New Issue