summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-14 01:36:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-14 01:36:55 (GMT)
commit5295532adb9d33970dd0f3370ab45c4e3bc3757c (patch)
tree80169a92b70fd8dce05390a2a0f9ef7c6adee6af /Misc/NEWS
parent40a77c33819606b40ca04f680a06fcf31e2151a6 (diff)
parent4f976513efd8d411126e09d036842d0691c49c82 (diff)
downloadcpython-5295532adb9d33970dd0f3370ab45c4e3bc3757c.zip
cpython-5295532adb9d33970dd0f3370ab45c4e3bc3757c.tar.gz
cpython-5295532adb9d33970dd0f3370ab45c4e3bc3757c.tar.bz2
merge 3.3 (closes #27760)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca80c73..4e457f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Library
- In the curses module, raise an error if window.getstr() is passed a negative
value.
+- Issue #27760: Fix possible integer overflow in binascii.b2a_qp.
+
- Issue #27758: Fix possible integer overflow in the _csv module for large record
lengths.