mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -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.