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, taleinat, terry.reedy
Date 2020-06-28.15:26:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593357992.42.0.986776175737.issue41148@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-06-28 15:26:32serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, taleinat
2020-06-28 15:26:32serhiy.storchakasetmessageid: <1593357992.42.0.986776175737.issue41148@roundup.psfhosted.org>
2020-06-28 15:26:32serhiy.storchakalinkissue41148 messages
2020-06-28 15:26:32serhiy.storchakacreate