mirror of https://github.com/python/cpython.git
Eliminate latin-1 encoding
This commit is contained in:
parent
d953f6e2c7
commit
804252b3d9
|
@ -120,7 +120,7 @@ def ShowPythonCredits(self):
|
||||||
self.display_printer_text(credits, 'About - Python Credits')
|
self.display_printer_text(credits, 'About - Python Credits')
|
||||||
|
|
||||||
def ShowIDLECredits(self):
|
def ShowIDLECredits(self):
|
||||||
self.ViewFile('About - Credits','CREDITS.txt', 'iso-8859-1')
|
self.ViewFile('About - Credits','CREDITS.txt')
|
||||||
|
|
||||||
def ShowIDLEAbout(self):
|
def ShowIDLEAbout(self):
|
||||||
self.ViewFile('About - Readme', 'README.txt')
|
self.ViewFile('About - Readme', 'README.txt')
|
||||||
|
|
Loading…
Reference in New Issue