This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid
Date 2010-03-22.21:05:18
SpamBayes Score 4.502095e-05
Marked as misclassified No
Message-id <1269291921.68.0.001122865499.issue8203@psf.upfronthosting.co.za>
In-reply-to
Content
Install 3.1.2 -> Open IDLE -> Open "About IDLE" dialog -> click on "Credits"

Exception in Tkinter callback
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/tkinter/__init__.py", line 1399, in __call__
    return self.func(*args)
  File "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/idlelib/aboutDialog.py", line 123, in ShowIDLECredits
    self.display_file_text('About - Credits', 'CREDITS.txt', 'iso-8859-1')
  File "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/idlelib/aboutDialog.py", line 138, in display_file_text
    textView.view_file(self, title, fn, encoding)
  File "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/idlelib/textView.py", line 76, in view_file
    return view_text(parent, title, textFile.read())
  File "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/codecs.py", line 300, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1540-1543: invalid data
History
Date User Action Args
2010-03-22 21:05:24sridsetrecipients: + srid
2010-03-22 21:05:21sridsetmessageid: <1269291921.68.0.001122865499.issue8203@psf.upfronthosting.co.za>
2010-03-22 21:05:19sridlinkissue8203 messages
2010-03-22 21:05:18sridcreate