cpython/Lib/sqlite3
Victor Stinner 6a10281d33 Issue #7449, last part (11): fix many tests if thread support is disabled
* Use try/except ImportError or test_support.import_module() to import thread
   and threading modules
 * Add @unittest.skipUnless(threading, ...) to testcases using threads
2010-04-27 23:55:59 +00:00
..
test Issue #7449, last part (11): fix many tests if thread support is disabled 2010-04-27 23:55:59 +00:00
__init__.py
dbapi2.py Remove usage of apply() in sqlite3 to silence warnings under -3. 2008-08-04 21:19:41 +00:00
dump.py These svn adds were forgotten in r62000 2008-03-28 20:11:49 +00:00