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 Ivan.Pozdeev, serhiy.storchaka, terry.reedy
Date 2016-12-12.23:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481583958.74.0.367063937029.issue28923@psf.upfronthosting.co.za>
In-reply-to
Content
I am a little puzzled as to how a file rename changed the content, but the annotation history seems to show that.  Anyway, ...

When I load the file in IDLE 2.7, I get a warning.  I am a bit surprised as this is not a proper encoding declaration.  IDLE's re must be a bit loose.

In 3.x, the file starts with

# -*-mode: python; fill-column: 75; tab-width: 8 -*-
#
# $Id$
#

This is all ancient, obsolete, junk specific to some editor.  (The file itself not used 4 space indents.) I think it should be removed from all current versions.  As near as I can tell, there are no non-ascii chars in the file.
History
Date User Action Args
2016-12-12 23:05:58terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, Ivan.Pozdeev
2016-12-12 23:05:58terry.reedysetmessageid: <1481583958.74.0.367063937029.issue28923@psf.upfronthosting.co.za>
2016-12-12 23:05:58terry.reedylinkissue28923 messages
2016-12-12 23:05:58terry.reedycreate