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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2020-06-29.11:37:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593430677.27.0.733244762594.issue41158@roundup.psfhosted.org>
In-reply-to
Content
The proposed patch rewrites the code in IDLE for detecting Python file encoding and decoding and encoding Python sources by using the tokenize module instead of handmade implementation of PEP 263.
History
Date User Action Args
2020-06-29 11:37:57serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2020-06-29 11:37:57serhiy.storchakasetmessageid: <1593430677.27.0.733244762594.issue41158@roundup.psfhosted.org>
2020-06-29 11:37:57serhiy.storchakalinkissue41158 messages
2020-06-29 11:37:57serhiy.storchakacreate