[3.10] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) by miss-islington · Pull Request #26647 · 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 Copy Markdown

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 Copy Markdown

Contributor Author

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

@miss-islington

Copy link Copy Markdown

Contributor Author

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

@bedevere-bot bedevere-bot added type-feature

A feature request or enhancement

awaiting review labels

Jun 10, 2021

@miss-islington

Copy link Copy Markdown

Contributor Author

@roseman and @terryjreedy: Status check is done, and it's a failure ❌ .

@terryjreedy

Copy link Copy Markdown

Member

Pipeines Ubuntu failure was in test_ttk_guionly. Not relelated.

@terryjreedy terryjreedy merged commit 540ebc4 into python:3.10

Jun 10, 2021

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

June 10, 2021 20:16

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