diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-16 04:43:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-16 04:43:57 (GMT) |
commit | b1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d (patch) | |
tree | bae0a3720e162ed790cccc6aada33923990cc908 /Misc | |
parent | aa9560c6331c136cbe1e9676a2c48a1e0080a32a (diff) | |
parent | 432ea4ff375f920fa4a469d34e5dad56fb33f915 (diff) | |
download | cpython-b1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d.zip cpython-b1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d.tar.gz cpython-b1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d.tar.bz2 |
merge 3.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ Library - Issue #26750: unittest.mock.create_autospec() now works properly for subclasses of property() and other data descriptors. -- In the curses module, raise an error if window.getstr() is passed a negative - value. +- In the curses module, raise an error if window.getstr() or window.instr() is + passed a negative value. - Issue #27760: Fix possible integer overflow in binascii.b2a_qp. |