[issue33881] dataclasses should use NFKC to find duplicate members

Steve Dower report at bugs.python.org
Mon Jun 25 19:23:09 EDT 2018


Steve Dower <steve.dower at python.org> added the comment:

> outside of the basic Latin characters (0-255)

This should be (0-127). The Latin characters in 128-255 are considered extended ones, and may be decomposed by normalization.

----------

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


More information about the Python-bugs-list mailing list