cpython/Misc/NEWS.d/next/Core and Builtins/2019-08-27-21-21-36.bpo-379...

4 lines
205 B
ReStructuredText

The implementation of :func:`~unicodedata.is_normalized` has been greatly
sped up on strings that aren't normalized, by implementing the full
normalization-quick-check algorithm from the Unicode standard.