cpython/Lib/sqlite3
Marc-André Lemburg 8f36af7a4c Normalize the encoding names for Latin-1 and UTF-8 to
'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.
2011-02-25 15:42:01 +00:00
..
test Normalize the encoding names for Latin-1 and UTF-8 to 2011-02-25 15:42:01 +00:00
__init__.py
dbapi2.py
dump.py