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

Skip to content

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

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-ae0d6cc-3.15
Open

[3.15] gh-66172: Don't let a corrupt config file prevent IDLE from starting (GH-152764)#157458
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-ae0d6cc-3.15

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 ae0d6cc)

Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Claude Opus 5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants