]> granicus.if.org Git - python/commit
Fix a variable scoping error in an sqlite3 test
authorPetri Lehtinen <petri@digip.org>
Fri, 17 Feb 2012 19:34:41 +0000 (21:34 +0200)
committerPetri Lehtinen <petri@digip.org>
Fri, 17 Feb 2012 19:34:45 +0000 (21:34 +0200)
commit437b149b0cb91f6bd8e42e8d945637ae69e57a2d
treef3d4a6db9e67a715d723c5c067409e0638b9fe9e
parente6010061fca5cae4483b9f7ffab9d955343a20fe
Fix a variable scoping error in an sqlite3 test

Initial patch by Torsten Landschoff.

Closes #11689.
Lib/sqlite3/test/hooks.py
Misc/ACKS
Misc/NEWS