diff options
author | Georg Brandl <georg@python.org> | 2008-07-16 22:33:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-16 22:33:18 (GMT) |
commit | a24869ada70ab30f4e08d71cdefda644cc40c6b0 (patch) | |
tree | 74fee137cbc427d59b168e931ec8e66ec4671cc0 /Misc | |
parent | 4ed9be733b58712e3e91dafa5ab13cc0a6d99702 (diff) | |
download | cpython-a24869ada70ab30f4e08d71cdefda644cc40c6b0.zip cpython-a24869ada70ab30f4e08d71cdefda644cc40c6b0.tar.gz cpython-a24869ada70ab30f4e08d71cdefda644cc40c6b0.tar.bz2 |
#3312: fix two sqlite3 crashes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ Core and Builtins Library ------- +- Issue #3312: Fix two crashes in sqlite3. + - Issue #1608818: Fix misbehavior in os.listdir() if readdir() fails. - Issue #3125: Remove copy_reg in multiprocessing and replace it with |