[issue12261] urllib.parse docs still refer to urlparse

2011-06-19 Thread Roundup Robot
Roundup Robot added the comment: 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 f

[issue12261] urllib.parse docs still refer to urlparse

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe this is ready to apply. -- nosy: +terry.reedy stage: -> commit review versions: +Python 3.3 ___ Python tracker ___ _

[issue12261] urllib.parse docs still refer to urlparse

2011-06-03 Thread Tim Lesher
Changes by Tim Lesher : -- keywords: +patch Added file: http://bugs.python.org/file22238/remove-urlparse.patch ___ Python tracker ___

[issue12261] urllib.parse docs still refer to urlparse

2011-06-03 Thread Tim Lesher
New submission from Tim Lesher : 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. -- assignee: docs@python components: Documentation message