mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #27365: Merge minimal part.
This commit is contained in:
commit
b8a79ae812
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