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 tazle
Recipients tazle
Date 2013-01-29.11:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359458957.32.0.0277538347747.issue17069@psf.upfronthosting.co.za>
In-reply-to
Content
As per documentation at http://docs.python.org/2/library/urllib2.html the file-like object returned by urllib2.urlopen() should have methods geturl() and info(). It actually also has getcode(), which appears to do the same as getcode() on urllib.urlopen() responses.

This should be a documented feature of urllib2.
History
Date User Action Args
2013-01-29 11:29:17tazlesetrecipients: + tazle
2013-01-29 11:29:17tazlesetmessageid: <1359458957.32.0.0277538347747.issue17069@psf.upfronthosting.co.za>
2013-01-29 11:29:17tazlelinkissue17069 messages
2013-01-29 11:29:16tazlecreate