Skip to content

[3.13] gh-75487: Do not save a truncated number when an int entry is blanked in IDLE Settings (GH-157680) - #157964

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

terryjreedy merged 1 commit into
python:3.13from
miss-islington:backport-f67c51f-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

The value is recorded on every keystroke, so blanking "80" with the
Backspace key left "8" to be saved. Blanking an entry now forgets the
recorded value, so that the saved value is kept.
(cherry picked from commit f67c51f)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…lanked in IDLE Settings (pythonGH-157680)

The value is recorded on every keystroke, so blanking "80" with the
Backspace key left "8" to be saved.  Blanking an entry now forgets the
recorded value, so that the saved value is kept.
(cherry picked from commit f67c51f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@terryjreedy
terryjreedy enabled auto-merge (squash) September 22, 2026 19:22
@terryjreedy
terryjreedy merged commit d78d8f2 into python:3.13 Sep 22, 2026
43 of 44 checks passed
@miss-islington
miss-islington deleted the backport-f67c51f-3.13 branch September 22, 2026 19:38
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