[docs] [issue8619] Doc bug for urllib.request._urlopener in Python 3.1+

Senthil Kumaran report at bugs.python.org
Tue May 18 06:07:12 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Removed in r81283 and r81284.
With respect to the technical details of exposing this functionality for _urlretrieve and URLOpener.
- users can still do it.
- There is a better way, if the other global _opener be served for the same purpose, so that build_opener can be used. There is TODO mentioned in the code, let me see if it can be accomplished without any problem.

----------

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


More information about the docs mailing list