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 marten
Recipients marten, r.david.murray
Date 2013-02-27.12:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
For the embedded Python examples, please prepend the following lines:

from __future__ import unicode_literals
name='müller.com'

So regarding interoperability: Usually you only use one implementation in your code and hopefully the latest release, but in case someone needs to old one, maybe there should be a separate encodings.idna2008 class.
History
Date User Action Args
2013-02-27 12:29:21martensetrecipients: + marten, r.david.murray
2013-02-27 12:29:21martensetmessageid: <[email protected]>
2013-02-27 12:29:21martenlinkissue17305 messages
2013-02-27 12:29:20martencreate