cpython/Lib/sqlite3/test
Serhiy Storchaka 72e731cc03 Issue #13583: sqlite3.Row now supports slice indexing.
Tests by Jessica McKellar.
2015-03-31 13:33:11 +03:00
..
__init__.py
dbapi.py
dump.py
factory.py Issue #13583: sqlite3.Row now supports slice indexing. 2015-03-31 13:33:11 +03:00
hooks.py
regression.py
transactions.py
types.py Issue #23641: Cleaned out legacy dunder names from tests and docs. 2015-03-12 21:56:08 +02:00
userfunctions.py