Senthil Kumaran added the comment:

Personally, I want to do away with all those scheme specific stuff, if we can. 
I have tried previously, but failed due to some backwards incompatibility. 3.4 
gives a good chance/time to make those changes to get rid of those scheme 
specific stuff (again).

So, instead of adding the rmtp* modules to the various categories, I would like 
to see if can find a way out.


issue9374 - another related one which.

Also, Jorge Gomes: If you care about 2.7 version only, then the way I have seen 
this issue being handled in production is you extend the uses_relative list 
with the protocols that you want to support.
Like

>>> from urlparse import uses_netloc
>>> uses_netloc.extend(['rtmp','rtmpe'])

2.7.x is in bugfix mode and this change may not be considered a bug-fix to find 
it's place in 2.7.x

----------

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

Reply via email to