diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-04-03 12:44:50 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-04-03 12:44:50 (GMT) |
commit | 614c578dec856dc8a255b27a63559c6912ddc2e8 (patch) | |
tree | 0cb9ed9368ebf93f6c423e828341537c1eb5aa21 /Misc | |
parent | d8a46969f7034d9a56e70d24fc77e15154135199 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |