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 r.david.murray
Recipients georg.brandl, r.david.murray, srid
Date 2009-06-04.19:33:34
SpamBayes Score 0.093861364
Marked as misclassified No
Message-id <1244144016.95.0.839114111951.issue6193@psf.upfronthosting.co.za>
In-reply-to
Content
Because in unix the filename starts with a '/', while in windows your
filename started with a 'C:'.  That looks like the urltype portion of a
url, and it isn't a valid one, so urllib correctly rejects it.
History
Date User Action Args
2009-06-04 19:33:37r.david.murraysetrecipients: + r.david.murray, georg.brandl, srid
2009-06-04 19:33:36r.david.murraysetmessageid: <1244144016.95.0.839114111951.issue6193@psf.upfronthosting.co.za>
2009-06-04 19:33:35r.david.murraylinkissue6193 messages
2009-06-04 19:33:34r.david.murraycreate