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 albert
Recipients albert
Date 2009-08-07.12:41:03
SpamBayes Score 0.15150654
Marked as misclassified No
Message-id <1249648864.81.0.545130158191.issue6631@psf.upfronthosting.co.za>
In-reply-to
Content
There was a bug in the workaround:

    if not ( scheme == 'file' and not netloc and url[0] != '/'):
---------------------------------------------=================---

The {{{and url[0] != '/'}}} was missing (above is corrected)

The effect: split/unspilt file:///path resulted in file:/path
History
Date User Action Args
2009-08-07 12:41:04albertsetrecipients: + albert
2009-08-07 12:41:04albertsetmessageid: <1249648864.81.0.545130158191.issue6631@psf.upfronthosting.co.za>
2009-08-07 12:41:03albertlinkissue6631 messages
2009-08-07 12:41:03albertcreate