8000 bpo-38183: Test_idle ignores user config directory. by terryjreedy · Pull Request #16198 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-38183: Test_idle ignores user config directory. #16198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 2019-09-16-15-04-29.bpo-38183.eudCN1.rst
  • Loading branch information
terryjreedy authored Sep 16, 2019
commit 41e76773acc1b8ac1bdb392d72efef8dff9bf74d
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Test-idle skips user config directory.
Test_idle skips user config directory.
It no longer tries to create or access .idlerc or any files within.
Users must run IDLE to discover problems with saving settings.
0