Message351229
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. |
|
| Date |
User |
Action |
Args |
| 2019-09-06 04:46:54 | Greg Price | set | recipients:
+ Greg Price, vstinner, benjamin.peterson, ezio.melotti |
| 2019-09-06 04:46:54 | Greg Price | set | messageid: <[email protected]> |
| 2019-09-06 04:46:54 | Greg Price | link | issue38043 messages |
| 2019-09-06 04:46:53 | Greg Price | create | |
|