summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-01 20:20:12 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-01 20:20:13 (GMT)
commit0518f470b1bb99b0b8878224942ebf1e18d1e74f (patch)
treeb29a19f36e098881236b45dabc286f1799d08e88 /Misc
parent6ab9813605213dafaea23e2907d25467b6a52178 (diff)
downloadcpython-0518f470b1bb99b0b8878224942ebf1e18d1e74f.zip
cpython-0518f470b1bb99b0b8878224942ebf1e18d1e74f.tar.gz
cpython-0518f470b1bb99b0b8878224942ebf1e18d1e74f.tar.bz2
sqlite3: Handle strings with embedded zeros correctly
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 2884bba..55f2506 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,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.