[New-bugs-announce] [issue19083] IDNA prefix should be case insensitive

Pepijn de Vos report at bugs.python.org
Tue Sep 24 17:20:51 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19083>
_______________________________________


More information about the New-bugs-announce mailing list