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 outofculture
Recipients ezio.melotti, outofculture, steven.daprano, vstinner
Date 2020-12-19.01:11:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Ah! So then the proper code for me would be e.g.:

```
>>> globals()[unicodedata.normalize("NFKC", "µmeow")]
1e-06
```

Yes, it's clear when I read https://www.python.org/dev/peps/pep-3131/ that the normalization is going to happen. Is it also worth adding a note in the documentation for `globals()` and `locals()`? That's the first place I looked to try to find out what was wrong.
History
Date User Action Args
2020-12-19 01:11:25outofculturesetrecipients: + outofculture, vstinner, ezio.melotti, steven.daprano
2020-12-19 01:11:25outofculturesetmessageid: <[email protected]>
2020-12-19 01:11:25outofculturelinkissue42680 messages
2020-12-19 01:11:25outofculturecreate