]> granicus.if.org Git - python/commit
Catch OSError when trying to remove a file in case removal fails. This
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 5 Mar 2008 05:20:44 +0000 (05:20 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 5 Mar 2008 05:20:44 +0000 (05:20 +0000)
commitce527883dcf59c70f80e9aab2076f556300af93f
treed210cb334514aa533cd518f292c2dd25f53acb6c
parent218072595e815b584e78b7af97d01e14e9b919f5
Catch OSError when trying to remove a file in case removal fails. This
should prevent a failure in tearDown masking any real test failure.
Lib/sqlite3/test/transactions.py