News

Enforce explicit str / unicode distinction in Python 2 code, similar to Python 3 (str would behave more or less like Python 3 bytes), and discourage union types. This will make it harder to annotate ...
I'm experiencing issues with Unicode normalization in Python 3.10. When handling Unicode strings that contain combining characters or other characters that should be normalized, the normalization ...