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 dabrahams
Recipients dabrahams
Date 2010-05-08.01:45:26
SpamBayes Score 0.00033751933
Marked as misclassified No
Message-id <1273283128.63.0.607654661421.issue8656@psf.upfronthosting.co.za>
In-reply-to
Content
$ touch /tmp/x.html
$ python -c 'import urllib2;resp=urllib2.urlopen("file:///tmp/x.html");print resp.geturl()'
file:/tmp/x.html

note the missing // after the colon
History
Date User Action Args
2010-05-08 01:45:28dabrahamssetrecipients: + dabrahams
2010-05-08 01:45:28dabrahamssetmessageid: <1273283128.63.0.607654661421.issue8656@psf.upfronthosting.co.za>
2010-05-08 01:45:27dabrahamslinkissue8656 messages
2010-05-08 01:45:26dabrahamscreate