This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: urllib.parse docs still refer to urlparse
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, terry.reedy, tlesher
Priority: normal Keywords: patch

Created on 2011-06-03 19:34 by tlesher, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
remove-urlparse.patch tlesher, 2011-06-03 19:36 Patch to change "urlparse" to "urllib.parse" review
Messages (3)
msg137574 - (view) Author: Tim Lesher (tlesher) * Date: 2011-06-03 19:34
While most of the occurrences of "urlparse" were corrected to "urllib.parse" when the module was renamed, two were missed: one in the second example, and one in the "See also" note for RFC 3986.
msg138145 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2011-06-11 01:56
I believe this is ready to apply.
msg138662 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-06-19 20:57
New changeset 4211ace1ff5d by Senthil Kumaran in branch '3.1':
Fix closes issue12261 - Minor documention changes in the urllib.parse.rst
http://hg.python.org/cpython/rev/4211ace1ff5d

New changeset 18f3239b3d48 by Senthil Kumaran in branch '3.2':
merge from 3.1 for issue issue12261.
http://hg.python.org/cpython/rev/18f3239b3d48
History
Date User Action Args
2022-04-11 14:57:18adminsetgithub: 56470
2011-06-19 20:57:11python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg138662

resolution: fixed
stage: commit review -> resolved
2011-06-11 01:56:17terry.reedysetversions: + Python 3.3
nosy: + terry.reedy

messages: + msg138145

stage: commit review
2011-06-03 19:36:40tleshersetfiles: + remove-urlparse.patch
keywords: + patch
2011-06-03 19:34:55tleshercreate