commit | 437b149b0cb91f6bd8e42e8d945637ae69e57a2d | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Fri Feb 17 21:34:41 2012 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Fri Feb 17 21:34:45 2012 +0200 |
tree | f3d4a6db9e67a715d723c5c067409e0638b9fe9e | |
parent | e6010061fca5cae4483b9f7ffab9d955343a20fe [diff] [blame] |
Fix a variable scoping error in an sqlite3 test Initial patch by Torsten Landschoff. Closes #11689.
diff --git a/Misc/NEWS b/Misc/NEWS index 1b1d02c..95e4b86 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -526,6 +526,9 @@ Tests ----- +- Issue #11689: Fix a variable scoping error in an sqlite3 test. + Initial patch by Torsten Landschoff. + - Issue #13304: Skip test case if user site-packages disabled (-s or PYTHONNOUSERSITE). (Patch by Carl Meyer)