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-06-02 09:38:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e8a17aafca9c38aa5b74bc9066b6c7e867f25567
cpython
/
Lib
/
sqlite3
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
..
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
…