cpython/Lib/sqlite3/test
Brett Cannon 4043001f5d Make str/str8 comparisons return True/False for !=/==.
Code that has been returning str8 becomes much more apparent thanks to this
(e.g., struct module returning str8 for all string-related formats or sqlite3
passing in str8 instances when converting objects that had a __conform__
method).  One also has to watch out in C code when making a key from char *
using PyString in the C code but a str instance in Python code as that will not
longer compare equal.

Once str8 gains a constructor like the current bytes type then
test_modulefinder needs a cleanup as the fix is a little messy in that file.

Thanks goes to Thomas Lee for writing the patch for the change giving an
initial run-down of why most of the tests were failing.
2007-10-22 20:24:51 +00:00
..
__init__.py
dbapi.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00
factory.py Make the sqlite tests pass. 2007-08-10 18:15:11 +00:00
hooks.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
regression.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
transactions.py
types.py Make str/str8 comparisons return True/False for !=/==. 2007-10-22 20:24:51 +00:00
userfunctions.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00