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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea200dba822736a0ad717c34fb14fcb3441bff82;p=thirdparty%2FPython%2Fcpython.git Add proper credit to NEWS file. --- diff --git a/Misc/NEWS b/Misc/NEWS index dea4fd0e0116..4bc34fe78cfe 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.