Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.13] gh-66172: Don't let a corrupt config file prevent IDLE from starting (GH-152764) - #157460

Merged
terryjreedy merged 1 commit into
python:3.13from
miss-islington:backport-ae0d6cc-3.13
Sep 13, 2026
Merged

[3.13] gh-66172: Don't let a corrupt config file prevent IDLE from starting (GH-152764)#157460
terryjreedy merged 1 commit into
python:3.13from
miss-islington:backport-ae0d6cc-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

If a user configuration file cannot be read, because of either bad unicode or configuration,
rename it with a ".bad" suffix, use default settings, and warn the user with a message box.

(cherry picked from commit ae0d6cc)

Co-authored-by: Serhiy Storchaka [email protected]
Co-authored-by: Claude Opus 5 [email protected]

…rting (pythonGH-152764)

If a user configuration file cannot be read, because of either bad unicode or configuration,
rename it with a ".bad" suffix, use default settings, and warn the user with a message box.
---------
(cherry picked from commit ae0d6cc79118114f70afe5f65e5ab3a8d33359cc)

Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Claude Opus 5 <[email protected]>
@terryjreedy
terryjreedy enabled auto-merge (squash) September 13, 2026 19:58
@terryjreedy
terryjreedy merged commit c27500b into python:3.13 Sep 13, 2026
44 checks passed
@miss-islington
miss-islington deleted the backport-ae0d6cc-3.13 branch September 13, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants