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

Senthil Kumaran report at bugs.python.org
Tue May 18 05:38:49 CEST 2010


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

The functionality provided by urllib.request._urlopener can be accomplished in a more natural way using build_opener. Historically, _urlopener was there for urllib and build_opener style came in urllib2.

So, I think, this can be safely be removed from the docs considering David's suggestion that its better not to advertise _methods in the docs.

----------

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


More information about the docs mailing list