summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGerhard Häring <gh@ghaering.de>2010-03-05 15:55:55 (GMT)
committerGerhard Häring <gh@ghaering.de>2010-03-05 15:55:55 (GMT)
commit7857650833b68664f879edfc33bf8dc183bbc4a2 (patch)
tree276ef452e337fceee85cc854a2e0cfbac61b2307 /Misc
parent9482032761244da95a14f917b92ce068139b0779 (diff)
downloadcpython-7857650833b68664f879edfc33bf8dc183bbc4a2.zip
cpython-7857650833b68664f879edfc33bf8dc183bbc4a2.tar.gz
cpython-7857650833b68664f879edfc33bf8dc183bbc4a2.tar.bz2
Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
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 87a47b8..be7a534 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -356,6 +356,8 @@ Library
Extension Modules
-----------------
+- Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
+
- Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as
msvcr100.dll is not a platform assembly anymore.