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 underrun
Recipients era, marten, r.david.murray, underrun
Date 2014-04-23.22:00:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398290447.66.0.504917780161.issue17305@psf.upfronthosting.co.za>
In-reply-to
Content
It is worth noting that the do exist some domains that have been registered in the past that work with IDNA2003 but not IDNA2008.

There definitely needs to be IDNA2008 support, for my use case I need to attempt IDNA2008 and then fall back to IDNA2003.

When support for IDNA2008 is added, please retain support for IDNA2003.

I would say that ideally there would be a codec that could handle both - attempt to use IDNA2008 and on error fallback to idna2003. I realize this isn't "official" but it would certainly be useful.
History
Date User Action Args
2014-04-23 22:00:47underrunsetrecipients: + underrun, r.david.murray, era, marten
2014-04-23 22:00:47underrunsetmessageid: <1398290447.66.0.504917780161.issue17305@psf.upfronthosting.co.za>
2014-04-23 22:00:47underrunlinkissue17305 messages
2014-04-23 22:00:47underruncreate