[issue13287] urllib.request exposes too many names

Senthil Kumaran report at bugs.python.org
Tue Nov 1 16:28:45 CET 2011


Senthil Kumaran <senthil at uthcode.com> added the comment:

Thanks flox for the patch.

Just the News item is added. I don't think, this requires any Docs update. One change I had to make in the patch is to remote HTTPSHandler from __all__ because that is only conditionally available when http.client supports HTTPSConnection.  Neither might this require a docs update because Handlers may be used only within urllib.request namespace and not standalone.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list