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 doerwalter
Recipients
Date 2002-03-05.13:59:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch changes the handling of local files in 
urllib.urlopen() and urllib2.urlopen(). Opening the 
file is deferred until the first time read(), readline
(), readlines() or fileno() is called.

This makes it possible to retrieve the header 
information for all URLs via urlopen in a uniform way, 
without actually having to open the file.
History
Date User Action Args
2007-08-23 15:11:26adminlinkissue525945 messages
2007-08-23 15:11:26admincreate