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:56:04
SpamBayes Score 6.0639104e-06
Marked as misclassified No
Message-id <1274154967.69.0.985592909328.issue8619@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I see certain use-cases of _urlopener in py3k. Most visible one being urllib.request.urlretrieve and also URLOpener.open which is different from build_opener way of doing things.

- But still, public exposure of overriding globals to can be removed. There is no harm in the functionality. In py3k, users should resort to build_opener style of doing than use FancyURLOpener or URLOpener which are present for backward compatibility reasons only.
History
Date User Action Args
2010-05-18 03:56:07orsenthilsetrecipients: + orsenthil, r.david.murray, docs@python, sri
2010-05-18 03:56:07orsenthilsetmessageid: <1274154967.69.0.985592909328.issue8619@psf.upfronthosting.co.za>
2010-05-18 03:56:04orsenthillinkissue8619 messages
2010-05-18 03:56:04orsenthilcreate