[issue33880] namedtuple should use NFKD to find duplicate members

Eric V. Smith report at bugs.python.org
Sat Jun 16 14:21:51 EDT 2018


Eric V. Smith <eric at trueblade.com> added the comment:

Actually, should this be NKFC?

>From https://docs.python.org/3.6/reference/lexical_analysis.html#identifiers : 

"All identifiers are converted into the normal form NFKC while parsing; comparison of identifiers is based on NFKC."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33880>
_______________________________________


More information about the Python-bugs-list mailing list