[issue19083] IDNA prefix should be case insensitive
Pepijn de Vos added the comment: Ok, I signed the agreement and included a few more tests. -- Added file: http://bugs.python.org/file31878/upper-idna.patch ___ Python tracker <http://bugs.python.org/issue19
[issue19083] IDNA prefix should be case insensitive
New submission from Pepijn de Vos: RFC 3490 states that "The ACE prefix for IDNA is "xn--" or any capitalization thereof." But the following does not work >>> str(b"XN--pythn-mua.org.", "idna") -- components: Library (Lib) files: upper