Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 804252b

Browse files
committed
Eliminate latin-1 encoding
1 parent d953f6e commit 804252b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/aboutDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def ShowPythonCredits(self):
120120
self.display_printer_text(credits, 'About - Python Credits')
121121

122122
def ShowIDLECredits(self):
123-
self.ViewFile('About - Credits','CREDITS.txt', 'iso-8859-1')
123+
self.ViewFile('About - Credits','CREDITS.txt')
124124

125125
def ShowIDLEAbout(self):
126126
self.ViewFile('About - Readme', 'README.txt')

0 commit comments

Comments
 (0)