diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-14 01:37:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-14 01:37:20 (GMT) |
commit | b6f78c2755489dfcbe4898072ef0cd7dca11ff3d (patch) | |
tree | 5e2a4474bac77328c79a553858c165d396082867 /Misc/NEWS | |
parent | c0654d4e60a534b51db8c6e857d4a671237c2463 (diff) | |
parent | 91060f26f960ceb2ba9da5f86585836e7c2a8b2d (diff) | |
download | cpython-b6f78c2755489dfcbe4898072ef0cd7dca11ff3d.zip cpython-b6f78c2755489dfcbe4898072ef0cd7dca11ff3d.tar.gz cpython-b6f78c2755489dfcbe4898072ef0cd7dca11ff3d.tar.bz2 |
merge 3.5 (closes #27760)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |