Skip to content

[3.14] gh-75595: Do not save a blank int entry in IDLE Settings (GH-152743)#152828

Merged
terryjreedy merged 1 commit into
python:3.14from
miss-islington:backport-3428762-3.14
Jul 1, 2026
Merged

[3.14] gh-75595: Do not save a blank int entry in IDLE Settings (GH-152743)#152828
terryjreedy merged 1 commit into
python:3.14from
miss-islington:backport-3428762-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

gh-83653: Do not save a blank int entry in IDLE Settings

Blanking an integer entry wrote an empty string to the config file, which
caused an "invalid int value" warning when it was read back.
(cherry picked from commit 3428762)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com

…nGH-152743)

pythongh-83653: Do not save a blank int entry in IDLE Settings

Blanking an integer entry wrote an empty string to the config file, which
caused an "invalid int value" warning when it was read back.
(cherry picked from commit 3428762)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
@terryjreedy terryjreedy enabled auto-merge (squash) July 1, 2026 21:59
@terryjreedy terryjreedy merged commit 4e8785f into python:3.14 Jul 1, 2026
49 checks passed
@miss-islington miss-islington deleted the backport-3428762-3.14 branch July 1, 2026 22:23
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