summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-04-03 12:49:36 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-04-03 12:49:36 (GMT)
commiteea1f5c2e448b6c4b95bf0b782bbe25a8cdd9aca (patch)
treee1a6ff3a552a51795145dd43af4947ef10adf9ef /Misc
parentc616604a15ad7954c6e99238a9870934ee66393a (diff)
parent614c578dec856dc8a255b27a63559c6912ddc2e8 (diff)
downloadcpython-eea1f5c2e448b6c4b95bf0b782bbe25a8cdd9aca.zip
cpython-eea1f5c2e448b6c4b95bf0b782bbe25a8cdd9aca.tar.gz
cpython-eea1f5c2e448b6c4b95bf0b782bbe25a8cdd9aca.tar.bz2
Merge
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 74fb8d2..856f893 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #17619: Make input() check for Ctrl-C correctly on Windows.
+
- Issue #17357: Add missing verbosity messages for -v/-vv that were lost during
the importlib transition.