This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients docs@python, orsenthil, r.david.murray, sri
Date 2010-05-18.03:38:45
SpamBayes Score 0.0056768386
Marked as misclassified No
Message-id <1274153928.76.0.330353932072.issue8619@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-18 03:38:49orsenthilsetrecipients: + orsenthil, r.david.murray, docs@python, sri
2010-05-18 03:38:48orsenthilsetmessageid: <1274153928.76.0.330353932072.issue8619@psf.upfronthosting.co.za>
2010-05-18 03:38:46orsenthillinkissue8619 messages
2010-05-18 03:38:46orsenthilcreate