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