[issue16285] Update urllib to RFC 3986

2014-04-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue16285] Update urllib to RFC 3986

2014-04-17 Thread Christian Theune
Christian Theune added the comment: I'll update this. -- nosy: +ctheune ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue16285] Update urllib to RFC 3986

2012-11-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue16285] Update urllib to RFC 3986

2012-10-26 Thread Chris Rebert
Changes by Chris Rebert : -- nosy: +cvrebert ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue16285] Update urllib to RFC 3986

2012-10-25 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue16285] Update urllib to RFC 3986

2012-10-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, urllib based on RFC 2396, but RFC 3986 obsoletes RFC 2396. Updating to RFC 3986 should be new feature. For older versions can not change anything. But you always can use "safe" argument with quote(). -- components: +Library (Lib) nosy: +orsen