summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-14 01:37:20 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-14 01:37:20 (GMT)
commitb6f78c2755489dfcbe4898072ef0cd7dca11ff3d (patch)
tree5e2a4474bac77328c79a553858c165d396082867 /Misc/NEWS
parentc0654d4e60a534b51db8c6e857d4a671237c2463 (diff)
parent91060f26f960ceb2ba9da5f86585836e7c2a8b2d (diff)
downloadcpython-b6f78c2755489dfcbe4898072ef0cd7dca11ff3d.zip
cpython-b6f78c2755489dfcbe4898072ef0cd7dca11ff3d.tar.gz
cpython-b6f78c2755489dfcbe4898072ef0cd7dca11ff3d.tar.bz2
merge 3.5 (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 460789c..3cd4c9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,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.