diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-12 19:06:57 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-12 19:06:57 (GMT) |
commit | c7551a16c7211301c51d15084894e0fed49fe086 (patch) | |
tree | f80a9650df997320f38c10d01e367cc397087f55 /Misc/NEWS | |
parent | 425b8e85a99ee0c21a6f805e123d90e35f9f6a9b (diff) | |
parent | 51d04d1ba8643d8a0c89d8307bf43697223f31e2 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |