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 remove pointless coding cookies 2010-08-30 14:05:50 +00:00
dbapi2.py remove pointless coding cookies 2010-08-30 14:05:50 +00:00
dump.py Added missing files for new iterdump method. 2008-03-29 00:41:18 +00:00