[issue40435] IDLE should catch user config file UnicodeDecodeError

左迟 report at bugs.python.org
Thu Apr 30 01:53:53 EDT 2020


左迟 <luckychizuo at gmail.com> added the comment:

Well, I have uploaded my ~/.idlerc/config-main.cfg. And apeeding "encodin=utf-8" is my first time to edit config-main.cfg file manually.
The content of config-main.cfg is below:
  1 [EditorWindow]
  2 font-size = 16
  3 font-bold = False
  4 encoding = utf-8
  5 font = courier new
  6
Just let me know if I could help you.

----------
Added file: https://bugs.python.org/file49101/config-main.cfg

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


More information about the Python-bugs-list mailing list