Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.

This commit is contained in:
Terry Jan Reedy 2016-06-22 03:55:20 -04:00
parent 8550bd80ae
commit 6ff7a14b91
2 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ class AboutDialog(Toplevel):
self.display_file_text('About - Readme', 'README.txt', 'ascii')
def ShowIDLENEWS(self):
self.display_file_text('About - NEWS', 'NEWS.txt', 'ascii')
self.display_file_text('About - NEWS', 'NEWS.txt', 'utf-8')
def display_printer_text(self, title, printer):
printer._Printer__setup()