summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-04-03 12:44:50 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-04-03 12:44:50 (GMT)
commit614c578dec856dc8a255b27a63559c6912ddc2e8 (patch)
tree0cb9ed9368ebf93f6c423e828341537c1eb5aa21 /Misc
parentd8a46969f7034d9a56e70d24fc77e15154135199 (diff)
downloadcpython-614c578dec856dc8a255b27a63559c6912ddc2e8.zip
cpython-614c578dec856dc8a255b27a63559c6912ddc2e8.tar.gz
cpython-614c578dec856dc8a255b27a63559c6912ddc2e8.tar.bz2
Issue #17619: Make input() check for Ctrl-C correctly on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 621cdaa..da04b0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.2?
Core and Builtins
-----------------
+- Issue #17619: Make input() check for Ctrl-C correctly on Windows.
+
- Issue #17610: Don't rely on non-standard behavior of the C qsort() function.
- Issue #17357: Add missing verbosity output when using -v/-vv.