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 mbloore
Recipients ezio.melotti, mbloore, orsenthil, r.david.murray
Date 2010-02-12.21:12:05
SpamBayes Score 6.332648e-05
Marked as misclassified No
Message-id <1266009127.54.0.369427303757.issue7904@psf.upfronthosting.co.za>
In-reply-to
Content
The case which prompted this issue was a purely private set of URLs, sent to me by a client but never sent to Amazon or anywhere else outside our systems (though I'm sure many others have invented this particular scheme for their own use).  It would have been convenient if urlparse had handled it properly.  That is true for any scheme one may invent at need.

On second thought it does make sense to enforce the use of :// for the schemes in uses_netloc, but still not to ignore its meaning for other schemes.  It also makes sense to add s3 to uses_netloc despite the fact that it is not (afaik) registered, since it is an obvious invention.

I'll make another patch, but I don't have time to do it just now.
History
Date User Action Args
2010-02-12 21:12:07mblooresetrecipients: + mbloore, orsenthil, ezio.melotti, r.david.murray
2010-02-12 21:12:07mblooresetmessageid: <1266009127.54.0.369427303757.issue7904@psf.upfronthosting.co.za>
2010-02-12 21:12:06mbloorelinkissue7904 messages
2010-02-12 21:12:05mbloorecreate