[New-bugs-announce] [issue41158] IDLE: rewrite the code for handling file encoding

Serhiy Storchaka report at bugs.python.org
Mon Jun 29 07:37:57 EDT 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

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.

----------
assignee: terry.reedy
components: IDLE
messages: 372563
nosy: serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: rewrite the code for handling file encoding
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41158>
_______________________________________


More information about the New-bugs-announce mailing list