summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-12 19:06:57 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-12 19:06:57 (GMT)
commitc7551a16c7211301c51d15084894e0fed49fe086 (patch)
treef80a9650df997320f38c10d01e367cc397087f55 /Misc/NEWS
parent425b8e85a99ee0c21a6f805e123d90e35f9f6a9b (diff)
parent51d04d1ba8643d8a0c89d8307bf43697223f31e2 (diff)
downloadcpython-c7551a16c7211301c51d15084894e0fed49fe086.zip
cpython-c7551a16c7211301c51d15084894e0fed49fe086.tar.gz
cpython-c7551a16c7211301c51d15084894e0fed49fe086.tar.bz2
Merge branch '3.2'
Closes #9750
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ecdec8..4f15fd2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,10 @@ Core and Builtins
Library
-------
+- Issue #9750: Fix sqlite3.Connection.iterdump on tables and fields
+ with a name that is a keyword or contains quotes. Patch by Marko
+ Kohtala.
+
- Issue #10287: nntplib now queries the server's CAPABILITIES again after
authenticating (since the result may change, according to RFC 4643).
Patch by Hynek Schlawack.