diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-08 19:24:37 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-08 19:24:37 (GMT) |
commit | 2943784d7e969c7370bc527f474918bd3d728088 (patch) | |
tree | e11347f4218c8fcfb23ffb6721908e20a18a56d5 | |
parent | 1a3d50179b3355b6a0e9b8c8c79cf2467beabf90 (diff) | |
parent | ea200dba822736a0ad717c34fb14fcb3441bff82 (diff) | |
download | cpython-2943784d7e969c7370bc527f474918bd3d728088.zip cpython-2943784d7e969c7370bc527f474918bd3d728088.tar.gz cpython-2943784d7e969c7370bc527f474918bd3d728088.tar.bz2 |
Merge with 3.6
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -222,7 +222,8 @@ Library Windows ------- -- Issue #28333: Enables Unicode for ps1/ps2 and input() prompts +- Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by + Eryk Sun) - Issue #28251: Improvements to help manuals on Windows. |