diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-21 21:49:01 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-21 21:49:01 (GMT) |
commit | d0db98fcd869605f28dc600bfeba032565e31855 (patch) | |
tree | 53f5bf2a39d7c68972cb106bde9768375178fc63 /Misc/NEWS | |
parent | 956ffd75af881353fd59d61eb787df1512f0b59e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |