diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-01 20:20:12 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-01 20:20:13 (GMT) |
commit | 0518f470b1bb99b0b8878224942ebf1e18d1e74f (patch) | |
tree | b29a19f36e098881236b45dabc286f1799d08e88 /Misc | |
parent | 6ab9813605213dafaea23e2907d25467b6a52178 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |