[3.9] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) by miss-islington · Pull Request #26648 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.1k
Merged
miss-islington merged 1 commit intopython:3.9from
Jun 10, 2021Merged
Conversation
Copy link
Contributor
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
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
requested a review
from terryjreedy
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
Copy link
Contributor Author
miss-islington
commented
Jun 10, 2021
miss-islington commented
Jun 10, 2021@roseman and @terryjreedy: Status check is done, and it's a success ✅ .
bedevere-bot
mentioned this pull request
bedevere-bot
added
type-feature
awaiting review labels
Jun 10, 2021terryjreedy approved these changes Jun 10, 2021
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link
Contributor Author
miss-islington
commented
Jun 10, 2021
miss-islington commented
Jun 10, 2021@roseman and @terryjreedy: Status check is done, and it's a success ✅ .
miss-islington
merged commit
9b88943
into
python:3.9
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-42d5a4f-3.9
branch
terryjreedy
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment