summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-16 04:43:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-16 04:43:57 (GMT)
commitb1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d (patch)
treebae0a3720e162ed790cccc6aada33923990cc908 /Misc
parentaa9560c6331c136cbe1e9676a2c48a1e0080a32a (diff)
parent432ea4ff375f920fa4a469d34e5dad56fb33f915 (diff)
downloadcpython-b1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d.zip
cpython-b1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d.tar.gz
cpython-b1c6bdc76a1ac7bc40850f75dbc2dff0b361ee3d.tar.bz2
merge 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d916780..1de23b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.