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 2015-12-18.21:36:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450474615.34.0.328541551125.issue25905@psf.upfronthosting.co.za>
In-reply-to
Content
For CREDITS.txt, the only issue is 'Löwis' (ö has latin-1 code 246), which was changed from Loewis in 2003.  If not changed back to the ascii form, what matters is that the encoding used for decoding from bytes to unicode matches the actual encoding.  AFAIK, it currently does

def ShowIDLECredits(self):  # aboutDialog.py, line 130
    self.display_file_text('About - Credits', 'CREDITS.txt', 'iso-8859-1')

No encoding is given for README.txt, line 133, because none should be needed.  I am going to leave this alone for now.
History
Date User Action Args
2015-12-18 21:36:55terry.reedysetrecipients: + terry.reedy, kbk, larry, roger.serwy, python-dev, Rosuav, serhiy.storchaka
2015-12-18 21:36:55terry.reedysetmessageid: <1450474615.34.0.328541551125.issue25905@psf.upfronthosting.co.za>
2015-12-18 21:36:55terry.reedylinkissue25905 messages
2015-12-18 21:36:55terry.reedycreate