summaryrefslogtreecommitdiff
path: root/documentation/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/index.rst')
-rw-r--r--documentation/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 1b8d183..aa99b5a 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -438,8 +438,9 @@ Python 2 and the merged module in Python 3.
The :mod:`py2:urllib`, :mod:`py2:urllib2`, and :mod:`py2:urlparse` modules
have been combined in the :mod:`py3:urllib` package in Python 3.
- :mod:`six.moves` doesn't not support their renaming because their members
- have been mixed across several modules in that package.
+ The :mod:`six.moves.urllib` package is a version-independent location
+ for this functionality; its structure mimics the structure of the Python 3
+ :mod:`py3:urllib` package.
Supported renames: