]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
authorGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 03:44:33 +0000 (03:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 03:44:33 +0000 (03:44 +0000)
commita8be92b6490f3e14581a18620f146016a1230125
tree7b373adbcecdf98ea29509a17f3901dc2e3dbe55
parentfa9a121952db01168e8d131549680d8bb8e9ddb7
Fix the sqlite test.  Blobs should be created using buffer(b"blob"),
not buffer("blob").
Lib/sqlite3/test/userfunctions.py