New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

IDLE uses the locale encoding for reading and writing config files. Default 
config files are ASCII-only, but if user config files contain non-ASCII data, 
it makes them non-portable and depending on the environment of IDLE.

Could they contain file paths? If yes, then not all file paths can be saved.

In any case it is better to use a fixed encoding for config files (ASCII or 
UTF-8).

----------
assignee: terry.reedy
components: IDLE
messages: 372520
nosy: serhiy.storchaka, taleinat, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE uses the locale encoding for config files

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41148>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to