This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mcleonard
Recipients eric.smith, ezio.melotti, mcleonard, vstinner
Date 2018-05-20.22:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANStD4NpLyDZ5vsU3bjDdLk_=+dJvzXMnGiRNiwy3oHtjgU5cA@mail.gmail.com>
In-reply-to <1526853589.61.0.682650639539.issue33588@psf.upfronthosting.co.za>
Content
Ah great, then I just need to do something
like unicodedata.normalize('NFKC', 'Ω'). Thanks!

On Sun, May 20, 2018 at 2:59 PM Eric V. Smith <report@bugs.python.org>
wrote:

>
> Eric V. Smith <eric@trueblade.com> added the comment:
>
> I think you're seeing identifier normalization. See this SO question for a
> description of the issue:
> https://stackoverflow.com/questions/34097193/identifier-normalization-why-is-the-micro-sign-converted-into-the-greek-letter
>
> ----------
> nosy: +eric.smith
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue33588>
> _______________________________________
>
History
Date User Action Args
2018-05-20 22:28:09mcleonardsetrecipients: + mcleonard, vstinner, eric.smith, ezio.melotti
2018-05-20 22:28:09mcleonardlinkissue33588 messages
2018-05-20 22:28:09mcleonardcreate