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 pitrou
Recipients jhylton, orsenthil, pitrou
Date 2010-10-08.11:14:29
SpamBayes Score 5.2276926e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
3.x urllib.request still has a lot of stuff inherited from 2.x urllib: URLopener, FancyURLopener, the urlretrieve implementation (perhaps others?).

Ideally, urlretrieve should be reimplemented using urlopen or build_opener, and the other stuff deprecated.
History
Date User Action Args
2010-10-08 11:14:31pitrousetrecipients: + pitrou, jhylton, orsenthil
2010-10-08 11:14:31pitrousetmessageid: <[email protected]>
2010-10-08 11:14:29pitroulinkissue10050 messages
2010-10-08 11:14:29pitroucreate