Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d953f6e commit 804252bCopy full SHA for 804252b
1 file changed
Lib/idlelib/aboutDialog.py
@@ -120,7 +120,7 @@ def ShowPythonCredits(self):
120
self.display_printer_text(credits, 'About - Python Credits')
121
122
def ShowIDLECredits(self):
123
- self.ViewFile('About - Credits','CREDITS.txt', 'iso-8859-1')
+ self.ViewFile('About - Credits','CREDITS.txt')
124
125
def ShowIDLEAbout(self):
126
self.ViewFile('About - Readme', 'README.txt')
0 commit comments