mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
8f36af7a4c
'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303.