summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-17 19:36:52 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-17 19:36:52 (GMT)
commitaa2c670ee66988ef14e5b74b1247e1ccfe8c320d (patch)
tree0adecd79a445d2097859888014cc71706c0017aa /Misc/NEWS
parenta9bf2ac7265c143eb11538a0ecd491d96edbf4da (diff)
parentc86d9e2846e5bcf7f047f96e5c95432ecfa4bcb7 (diff)
downloadcpython-aa2c670ee66988ef14e5b74b1247e1ccfe8c320d.zip
cpython-aa2c670ee66988ef14e5b74b1247e1ccfe8c320d.tar.gz
cpython-aa2c670ee66988ef14e5b74b1247e1ccfe8c320d.tar.bz2
Merge branch '3.2'
Closes #11689.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07ecfc1..10862e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2042,6 +2042,8 @@ Extension Modules
Tests
-----
+- Issue #11689: Fix a variable scoping error in an sqlite3 test
+
- Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
- Issue #13725: Fix regrtest to recognize the documented -d flag.