Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

This does seem to be a normalisation issue:

py> unicodedata.normalize('NFKC', 'ϵαγϕ') == ''.join(func.__code__.co_varnames)
True

so I'm closing this as not a bug.

Mike, thank you for copying and pasting the relevant text into the bug report, 
but for future reference, there is no need to duplicate that information with a 
redundant screen shots of text for bug report. (Unless you are reporting a 
specifically visual bug e.g. a display problem with the turtle module.) The 
content of screen shots cannot be searched for, or copied and pasted, and they 
make it difficult for the blind and visually impaired who use screen readers.

----------
nosy: +steven.daprano
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to