diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-14 01:21:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-14 01:21:32 (GMT) |
commit | c0654d4e60a534b51db8c6e857d4a671237c2463 (patch) | |
tree | 5876a0d664392a3837c5614832f4e860cf254f66 /Misc | |
parent | 7bc44302a0826d68073aefa7522ac7871959e949 (diff) | |
parent | f17a8e9acd6f4b9056f412595ffdbaf8e4c5b7ec (diff) | |
download | cpython-c0654d4e60a534b51db8c6e857d4a671237c2463.zip cpython-c0654d4e60a534b51db8c6e857d4a671237c2463.tar.gz cpython-c0654d4e60a534b51db8c6e857d4a671237c2463.tar.bz2 |
merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |