summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-14 01:21:32 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-14 01:21:32 (GMT)
commitc0654d4e60a534b51db8c6e857d4a671237c2463 (patch)
tree5876a0d664392a3837c5614832f4e860cf254f66 /Misc
parent7bc44302a0826d68073aefa7522ac7871959e949 (diff)
parentf17a8e9acd6f4b9056f412595ffdbaf8e4c5b7ec (diff)
downloadcpython-c0654d4e60a534b51db8c6e857d4a671237c2463.zip
cpython-c0654d4e60a534b51db8c6e857d4a671237c2463.tar.gz
cpython-c0654d4e60a534b51db8c6e857d4a671237c2463.tar.bz2
merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53b1838..460789c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,9 @@ Library
- Issue #27661: Added tzinfo keyword argument to datetime.combine.
+- 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.