[issue19083] IDNA prefix should be case insensitive

STINNER Victor report at bugs.python.org
Thu Sep 26 14:08:12 CEST 2013


STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19083>
_______________________________________


More information about the Python-bugs-list mailing list