summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2013-09-02 09:24:45 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2013-09-02 09:24:45 -0700
commit0724b32a72d96063515c4710d8745cb3e37b63b6 (patch)
tree134ca0f7ab0f40357683caed61ba7a1523eb67ed
parent981353cf9a228894dec5c4dd5c73228fa5f852d4 (diff)
downloadsix-0724b32a72d96063515c4710d8745cb3e37b63b6.tar.gz
Revise paragraph about urllib moves in 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: