mARK <python.mblo...@xoxy.net> added the comment:

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.

----------
components: +Extension Modules -Library (Lib)
versions:  -Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7904>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to