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-idna.patch
keywords: patch
messages: 198360
nosy: Pepijn.de.Vos
priority: normal
severity: normal
status: open
title: IDNA prefix should be case insensitive
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file31858/upper-idna.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19083>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to