summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-07 15:01:47 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-07 15:01:47 (GMT)
commit3cf96ac2484d093bea17610480efd0e88301f72a (patch)
treebb932dd53295a2214a1a208141ecf4793cb153be /Misc
parent3fd4ab356d76b048f2dbd25797fec87f68dd7f73 (diff)
downloadcpython-3cf96ac2484d093bea17610480efd0e88301f72a.zip
cpython-3cf96ac2484d093bea17610480efd0e88301f72a.tar.gz
cpython-3cf96ac2484d093bea17610480efd0e88301f72a.tar.bz2
Issue #17073: Fix some integer overflows in sqlite3 module.
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 c715170..0f5c5eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -215,6 +215,8 @@ Core and Builtins
Library
-------
+- Issue #17073: Fix some integer overflows in sqlite3 module.
+
- Issue #17114: IDLE now uses non-strict config parser.
- Issue #16723: httplib.HTTPResponse no longer marked closed when the connection