commit | d0db98fcd869605f28dc600bfeba032565e31855 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sun Sep 21 21:49:01 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sun Sep 21 21:49:01 2008 +0000 |
tree | 53f5bf2a39d7c68972cb106bde9768375178fc63 | |
parent | 956ffd75af881353fd59d61eb787df1512f0b59e [diff] [blame] |
#1688: On Windows, the input() prompt was not correctly displayed if it contains non-ascii characters. Reviewed by Benjamin Peterson.
diff --git a/Misc/NEWS b/Misc/NEWS index f4b302a..c08c8a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #1688: On Windows, the input() prompt was not correctly displayed if it + contains non-ascii characters. + Library -------