[issue9679] unicode DNS names in urllib, urlopen

R. David Murray report at bugs.python.org
Wed Aug 25 15:08:42 CEST 2010


R. David Murray <rdmurray at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9679>
_______________________________________


More information about the Python-bugs-list mailing list