cpython/Lib/sqlite3
Guido van Rossum a8be92b649 Fix the sqlite test. Blobs should be created using buffer(b"blob"),
not buffer("blob").
2007-08-29 03:44:33 +00:00
..
test Fix the sqlite test. Blobs should be created using buffer(b"blob"), 2007-08-29 03:44:33 +00:00
__init__.py
dbapi2.py