Senthil Kumaran <orsent...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8619>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to