summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-14 01:21:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-14 01:21:16 (GMT)
commitf17a8e9acd6f4b9056f412595ffdbaf8e4c5b7ec (patch)
treefa22d3d0a142786587fdfd0ccd5d871b3809f333 /Misc/NEWS
parent9745ee0b444c92a23a1b8851f789044baa64dba5 (diff)
parent40a77c33819606b40ca04f680a06fcf31e2151a6 (diff)
downloadcpython-f17a8e9acd6f4b9056f412595ffdbaf8e4c5b7ec.zip
cpython-f17a8e9acd6f4b9056f412595ffdbaf8e4c5b7ec.tar.gz
cpython-f17a8e9acd6f4b9056f412595ffdbaf8e4c5b7ec.tar.bz2
merge 3.4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed580d1..60d6c5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ 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.
+
- Issue #27758: Fix possible integer overflow in the _csv module for large record
lengths.