mirror of
https://github.com/python/cpython.git
synced 2026-06-15 07:29:54 -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.