Issue 34743: test_database_source_name fails with SQLite 3.7.9 (original) (raw)
====================================================================== FAIL: test_database_source_name (sqlite3.test.backup.BackupTests)
Traceback (most recent call last): File "/home/berker/projects/cpython/master/Lib/sqlite3/test/backup.py", line 144, in test_database_source_name self.assertIn( AssertionError: 'unrecognized error code: 1' not found in ['SQL logic error', 'SQL logic error or missing database']
A PR is on the way.