summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-21 21:49:01 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-21 21:49:01 (GMT)
commitd0db98fcd869605f28dc600bfeba032565e31855 (patch)
tree53f5bf2a39d7c68972cb106bde9768375178fc63 /Misc/NEWS
parent956ffd75af881353fd59d61eb787df1512f0b59e (diff)
downloadcpython-d0db98fcd869605f28dc600bfeba032565e31855.zip
cpython-d0db98fcd869605f28dc600bfeba032565e31855.tar.gz
cpython-d0db98fcd869605f28dc600bfeba032565e31855.tar.bz2
#1688: On Windows, the input() prompt was not correctly displayed if it
contains non-ascii characters. Reviewed by Benjamin Peterson.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f4b302a..c08c8a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.0 release candidate 2
Core and Builtins
-----------------
+- Issue #1688: On Windows, the input() prompt was not correctly displayed if it
+ contains non-ascii characters.
+
Library
-------