This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 07:00:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c59dacdbd84df0c4f121caa48e07933512177cd2
cpython
/
Lib
/
sqlite3
/
test
T
History
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
..
__init__.py
…
dbapi.py
Merged revisions 55817-55961 via svnmerge from
2007-06-13 18:07:49 +00:00
factory.py
Make the sqlite tests pass.
2007-08-10 18:15:11 +00:00
hooks.py
…
regression.py
…
transactions.py
…
types.py
Make the sqlite tests pass.
2007-08-10 18:15:11 +00:00
userfunctions.py
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
2007-08-29 03:44:33 +00:00