summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-01 20:20:41 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-01 20:21:05 (GMT)
commit8940f6242c27fa1c3349503f71903b2b79069994 (patch)
treee2ee5cec12649eea1830988fab3c02e22beda2be /Misc
parent590463efc4205337cd231f7bee03e5dabc22063f (diff)
parent023fe334bbb61fd4912dd6f3e02e19528333ac62 (diff)
downloadcpython-8940f6242c27fa1c3349503f71903b2b79069994.zip
cpython-8940f6242c27fa1c3349503f71903b2b79069994.tar.gz
cpython-8940f6242c27fa1c3349503f71903b2b79069994.tar.bz2
Merge branch 3.2
Closes #13676.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ee1ce7..b005e93 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,6 +463,8 @@ Core and Builtins
Library
-------
+- Issue #13676: Handle strings with embedded zeros correctly in sqlite3.
+
- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell.
Original patches by Marco Scataglini and Roger Serwy.