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 vstinner
Recipients Pepijn.de.Vos, loewis, vstinner
Date 2013-09-26.12:08:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380197291.99.0.166233420384.issue19083@psf.upfronthosting.co.za>
In-reply-to
Content
Could you also add a test using a IDNA domain not starting with XN--, but with XN-- in the middle? Example:

self.assertEqual(str(b"bugs.XN--pythn-mua.org.", "idna"), "bugs.pyth\xf6n.org.")

And maybe also with mixed cases: Xn-- and xN-- prefixes.
History
Date User Action Args
2013-09-26 12:08:12vstinnersetrecipients: + vstinner, loewis, Pepijn.de.Vos
2013-09-26 12:08:11vstinnersetmessageid: <1380197291.99.0.166233420384.issue19083@psf.upfronthosting.co.za>
2013-09-26 12:08:11vstinnerlinkissue19083 messages
2013-09-26 12:08:11vstinnercreate