mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
This commit is contained in:
parent
8550bd80ae
commit
6ff7a14b91
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue