Message114899
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. |
|
Date |
User |
Action |
Args |
2010-08-25 13:08:42 | r.david.murray | set | recipients:
+ r.david.murray, loewis, ncoghlan, orsenthil, vstinner, baikie, gdamjan, flox |
2010-08-25 13:08:42 | r.david.murray | set | messageid: <1282741722.77.0.609000403383.issue9679@psf.upfronthosting.co.za> |
2010-08-25 13:08:40 | r.david.murray | link | issue9679 messages |
2010-08-25 13:08:39 | r.david.murray | create | |
|