diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-01 20:18:19 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-01 20:18:35 (GMT) |
commit | 023fe334bbb61fd4912dd6f3e02e19528333ac62 (patch) | |
tree | bcc9603314261713798c504f4043920c738926a4 /Misc | |
parent | fc3ba6b8fc0d9212cbae676a5c84847245767464 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |