cpython/Misc/NEWS.d/next/Core and Builtins/2019-06-23-00-26-30.bpo-373...

3 lines
131 B
ReStructuredText

Optimized decoding short ASCII string with UTF-8 and ascii codecs.
``b"foo".decode()`` is about 15% faster. Patch by Inada Naoki.