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 terry.reedy
Recipients Rosuav, kbk, larry, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2016-01-17.04:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453006464.41.0.714590443277.issue25905@psf.upfronthosting.co.za>
In-reply-to
Content
I re-encoded CREDITS to utf-8 and specified 'ascii' for the other so *I* will see an error if a non-ascii chars gets in the file again.  Serhiy, I am confident that this will work on all OSes, but feel free to test AboutIDLE again sometime.

(Note to myself) To automate a test that the files will open, change
from idlelib import textView  # to
from idlelib.textView import view_text, view_file
and change display... and show.. methods to module functions so view_file can be replaced and the show functions called without involving tkinter.  This can be part of future refactoring in 3.5+.
History
Date User Action Args
2016-01-17 04:54:24terry.reedysetrecipients: + terry.reedy, kbk, larry, roger.serwy, python-dev, Rosuav, serhiy.storchaka
2016-01-17 04:54:24terry.reedysetmessageid: <1453006464.41.0.714590443277.issue25905@psf.upfronthosting.co.za>
2016-01-17 04:54:24terry.reedylinkissue25905 messages
2016-01-17 04:54:23terry.reedycreate