This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients baikie, ezio.melotti, jesterKing, lemburg, loewis, r.david.murray, vstinner
Date 2010-10-29.22:26:53
SpamBayes Score 3.3132886e-07
Marked as misclassified No
Message-id <4CCB4A2B.7080800@v.loewis.de>
In-reply-to <4CCB29DD.6090502@egenix.com>
Content
> Wouldn't it be better to also attempt to decode the name using IDNA
> in case the name starts with the IDNA prefix ?

Perhaps better - but incompatible. I don't see a way to have the
resolver functions automatically decode IDNA, without potentially
breaking existing applications that specifically look for the
IDNA prefix (say).
History
Date User Action Args
2010-10-29 22:26:54loewissetrecipients: + loewis, lemburg, vstinner, baikie, ezio.melotti, r.david.murray, jesterKing
2010-10-29 22:26:53loewislinkissue9377 messages
2010-10-29 22:26:53loewiscreate