summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-14 01:37:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-14 01:37:12 (GMT)
commit91060f26f960ceb2ba9da5f86585836e7c2a8b2d (patch)
treebf3c11c30b927965265fc3162bff79f786024853 /Misc
parentf17a8e9acd6f4b9056f412595ffdbaf8e4c5b7ec (diff)
parent5295532adb9d33970dd0f3370ab45c4e3bc3757c (diff)
downloadcpython-91060f26f960ceb2ba9da5f86585836e7c2a8b2d.zip
cpython-91060f26f960ceb2ba9da5f86585836e7c2a8b2d.tar.gz
cpython-91060f26f960ceb2ba9da5f86585836e7c2a8b2d.tar.bz2
merge 3.4 (closes #27760)
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 60d6c5f..4c6ca30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,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.