]> granicus.if.org Git - python/commit
bpo-38183: Test_idle ignores user config directory GH-16198)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Sep 2019 03:32:55 +0000 (20:32 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 03:32:55 +0000 (20:32 -0700)
commitad845becf29afe0507a46a4b885a9670b5d7639d
tree192a77e53fc012eedbc52c7ebe5fb809f46dd1b2
parent7076764992cd29e0e1f8b0ac2b92403e1a698aa6
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.
(cherry picked from commit 0048afc16a7e7301d5c565237db271505e5fbed9)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]