Skip to content

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

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

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

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 758a9c3 into python:3.15 Jul 1, 2026
55 checks passed
@miss-islington miss-islington deleted the backport-3428762-3.15 branch July 1, 2026 22:27
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