[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

Terry J. Reedy report at bugs.python.org
Wed Jun 22 01:44:28 EDT 2016


Terry J. Reedy added the comment:

Larry, there is a slight reversion in 3.5.2rc that I think should be fixed: idlelib/NEWS.txt will not display from About IDLE dialog because it had a couple of non-ascii chars.  idle_news-35.diff has the full patch.  A minimal fix for 3.5.2 final would consist of changing 'ascii' to 'utf-8' in idlelib/aboutDialog.py and the recoding the 2 characters in NEWS.  Testing changes in the other 2 files could wait. 

Since I don't know how you want to do this now, I have not pushed anything yet.

----------
nosy: +benjamin.peterson, larry
priority: normal -> release blocker
Added file: http://bugs.python.org/file43505/idle-news-35.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27365>
_______________________________________


More information about the Python-bugs-list mailing list