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 Greg Price
Recipients Greg Price, benjamin.peterson, ezio.melotti, vstinner
Date 2019-09-06.04:46:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Benjamin noticed in reviewing GH-15558 (for #37966) several points where the existing code around Unicode normalization can be improved:

* on the `QuickcheckResult` enum:
  > Maybe `makeunicodedata.py` should output this enum (with better name namespacing)

* > merging `test_normalization` into this file [i.e. `test_unicodedata.py`] for clarity

* > These "boolean int" parameters could be actual `bool`s. [sc. the `nfc` and `k` parameters to `is_normalized_quickcheck`]

None of these are super hard, so good to knock them out while we're thinking of them.
History
Date User Action Args
2019-09-06 04:46:54Greg Pricesetrecipients: + Greg Price, vstinner, benjamin.peterson, ezio.melotti
2019-09-06 04:46:54Greg Pricesetmessageid: <[email protected]>
2019-09-06 04:46:54Greg Pricelinkissue38043 messages
2019-09-06 04:46:53Greg Pricecreate