[issue13287] urllib.request exposes too many names

Florent Xicluna report at bugs.python.org
Fri Oct 28 21:49:14 CEST 2011


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

We should only expose the names which are documented.
The modules and the objects from urllib.parse don't need to be exposed in urllib.request.

I suggest to apply this patch on 3.3 only.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file23543/issue13287_urllib_request.diff

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


More information about the Python-bugs-list mailing list