This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09a7fe693333d8fca18320a71be06d543ef1f389
cpython
/
Lib
/
sqlite3
/
test
History
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
…