This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients benjamin.peterson, larry, terry.reedy
Date 2016-06-22.05:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466574268.86.0.421106351733.issue27365@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-22 05:44:28terry.reedysetrecipients: + terry.reedy, larry, benjamin.peterson
2016-06-22 05:44:28terry.reedysetmessageid: <1466574268.86.0.421106351733.issue27365@psf.upfronthosting.co.za>
2016-06-22 05:44:28terry.reedylinkissue27365 messages
2016-06-22 05:44:28terry.reedycreate