]> granicus.if.org Git - python/commit
bpo-38183: Test_idle ignores user config directory GH-16198)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 16 Sep 2019 23:04:21 +0000 (19:04 -0400)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 23:04:21 +0000 (19:04 -0400)
commit0048afc16a7e7301d5c565237db271505e5fbed9
tree51784b04b971073163df417c8cc81dddc98e1480
parent81528ba2e81c39f4d6bca5b785e818c7d08b8501
bpo-38183: Test_idle ignores user config directory GH-16198)

It no longer tries to create or access .idlerc or any files within.
Users must run IDLE to discover problems with saving settings.
Lib/idlelib/config.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_config.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2019-09-16-15-04-29.bpo-38183.eudCN1.rst [new file with mode: 0644]