summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-01 20:18:19 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-01 20:18:35 (GMT)
commit023fe334bbb61fd4912dd6f3e02e19528333ac62 (patch)
treebcc9603314261713798c504f4043920c738926a4 /Misc
parentfc3ba6b8fc0d9212cbae676a5c84847245767464 (diff)
downloadcpython-023fe334bbb61fd4912dd6f3e02e19528333ac62.zip
cpython-023fe334bbb61fd4912dd6f3e02e19528333ac62.tar.gz
cpython-023fe334bbb61fd4912dd6f3e02e19528333ac62.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 2f552c3..aa05096 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,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.