R. David Murray <rdmur...@bitdance.com> added the comment:

There was a discussion about IRI on python-dev in the middle of a discussion 
about adding a coercable bytes type, but I can't find it. I believe the 
conclusion was that the best solution for IRI support was a new library that 
implements the full IRI spec.  It is possible that we could just add IDNA 
support to urllib, but it isn't clear that that work would be worth it when 
what is really needed is full IRI support.

See also issue1500504, though my guess based on the python-dev discussion and 
my experience with email is that an IRI library will need to be carefully 
designed with the py3k bytes/string separation in mind.

----------
nosy: +ncoghlan, r.david.murray
stage: patch review -> 

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

Reply via email to