]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:33:06 +0000 (20:33 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 03:33:06 +0000 (20:33 -0700)
commit523497cbdc8292bfc12938aaaca0ad02a7708c25
treee348aa0afcbb40c108834517608ac4a5e1132722
parent733193d050f317a7965faac6c3718e6e8316a8a0
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]