cpython/Lib/sqlite3/test
Neal Norwitz ce527883dc Catch OSError when trying to remove a file in case removal fails. This
should prevent a failure in tearDown masking any real test failure.
2008-03-05 05:20:44 +00:00
..
__init__.py
dbapi.py
factory.py
hooks.py
py25tests.py
regression.py Made sqlite3 module's regression tests work with SQLite versions that don't 2008-03-02 13:08:03 +00:00
transactions.py Catch OSError when trying to remove a file in case removal fails. This 2008-03-05 05:20:44 +00:00
types.py
userfunctions.py