commit | a24869ada70ab30f4e08d71cdefda644cc40c6b0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jul 16 22:33:18 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jul 16 22:33:18 2008 +0000 |
tree | 74fee137cbc427d59b168e931ec8e66ec4671cc0 | |
parent | 4ed9be733b58712e3e91dafa5ab13cc0a6d99702 [diff] [blame] |
#3312: fix two sqlite3 crashes.
diff --git a/Misc/NEWS b/Misc/NEWS index 357ea50..1ee2b42 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,8 @@ 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