From: Steve Dower Date: Sat, 8 Oct 2016 19:24:30 +0000 (-0700) Subject: Add proper credit to NEWS file. X-Git-Tag: v3.6.0b2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea200dba822736a0ad717c34fb14fcb3441bff82;p=python Add proper credit to NEWS file. --- diff --git a/Misc/NEWS b/Misc/NEWS index dea4fd0e01..4bc34fe78c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -213,7 +213,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.