[issue1722] Undocumented urllib functions

Senthil Kumaran report at bugs.python.org
Thu May 2 14:53:37 CEST 2013


Senthil Kumaran added the comment:

I had added a note in the documentation  c3656dca65e7 conveying that splittype, splithost should not be relied upon, and urlparse should be used for parsing. Also, Python3 does not include these in __all__ - It is in Python2 for backwards compatibility purposes. It is not possible provide deprecation warning to things we leave off from __all__ from subsequent versions of python.
I consider this request as resolved. Thanks!

----------
resolution:  -> fixed
status: open -> closed
versions:  -Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1722>
_______________________________________


More information about the Python-bugs-list mailing list