[issue23411] Update urllib.parse.__all__

Martin Panter report at bugs.python.org
Sat Feb 28 22:45:39 CET 2015


Martin Panter added the comment:

For what it’s worth, I have used the the SplitResult class directly to build URLs from components, and to get at the hostname:port parsing functionality, as described in Issue 23416. As well as pydoc, I notice when things are missing from __all__ when I try to do “from <module> import *” to experiment in the interactive interpreter. Though I’m not fussed if this only goes into 3.5.

----------

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


More information about the Python-bugs-list mailing list