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 Ivan.Pozdeev
Recipients Ivan.Pozdeev
Date 2016-12-09.17:21:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481304070.27.0.11719456506.issue28923@psf.upfronthosting.co.za>
In-reply-to
Content
$ head 'c:\Py\Lib\lib-tk\Tix.py' -n 1
# -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-

There's no "iso-latin-1-unix" encoding in Python, so this declaration produces an error in some code analysis tools (I have it in PyScripter), as it should according to PEP263 .

In 3.x, this was fixed in changeset d63344ba187888b6792ba8362a0dd09e06ed2f9a .
History
Date User Action Args
2016-12-09 17:21:10Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev
2016-12-09 17:21:10Ivan.Pozdeevsetmessageid: <1481304070.27.0.11719456506.issue28923@psf.upfronthosting.co.za>
2016-12-09 17:21:10Ivan.Pozdeevlinkissue28923 messages
2016-12-09 17:21:10Ivan.Pozdeevcreate