mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Eliminate latin-1 encoding
This commit is contained in:
parent
d953f6e2c7
commit
804252b3d9
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class AboutDialog(Toplevel):
|
|||
self.display_printer_text(credits, 'About - Python Credits')
|
||||
|
||||
def ShowIDLECredits(self):
|
||||
self.ViewFile('About - Credits','CREDITS.txt', 'iso-8859-1')
|
||||
self.ViewFile('About - Credits','CREDITS.txt')
|
||||
|
||||
def ShowIDLEAbout(self):
|
||||
self.ViewFile('About - Readme', 'README.txt')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue