[3.9] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) by miss-islington · Pull Request #26648 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link

Contributor

@miss-islington miss-islington commented

Jun 10, 2021

edited by bedevere-bot

Loading

If ttk.Spinbox is not available (Tk < 8.5.9) use readonly ttk.Combobox.

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu
(cherry picked from commit 42d5a4f)

Co-authored-by: Mark Roseman mark@markroseman.com

https://bugs.python.org/issue33962

If ttk.Spinbox is not available (Tk < 8.5.9) use readonly ttk.Combobox.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 42d5a4f)

Co-authored-by: Mark Roseman <mark@markroseman.com>

@miss-islington

Copy link

Contributor Author

@roseman and @terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington

Copy link

Contributor Author

@roseman and @terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 9b88943 into python:3.9

Jun 10, 2021

@miss-islington miss-islington deleted the backport-42d5a4f-3.9 branch

June 10, 2021 19:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@terryjreedy terryjreedy terryjreedy approved these changes

Assignees

No one assigned

Labels

type-feature

A feature request or enhancement

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @terryjreedy @the-knights-who-say-ni @bedevere-bot @roseman