Skip to content

[3.11] IDLE: Simplify DynOptionsMenu __init__code (GH-101371) - #102314

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-c41af81-3.11
Feb 28, 2023
Merged

[3.11] IDLE: Simplify DynOptionsMenu __init__code (GH-101371)#102314
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-c41af81-3.11

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor

Refactor DynOptionMenu's initializer to not copy kwargs dict and use subscripting;
improve its htest.

(cherry picked from commit c41af81)

Co-authored-by: JosephSBoyle 48555120+JosephSBoyle@users.noreply.github.com
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

Refactor DynOptionMenu's initializer to not copy kwargs dict and use subscripting;
improve its htest.
(cherry picked from commit c41af81)
Co-authored-by: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@pythonpython deleted a comment from miss-islingtonFeb 28, 2023
@miss-islington
miss-islington merged commit d01cf50 into python:3.11Feb 28, 2023
@miss-islington
miss-islington deleted the backport-c41af81-3.11 branch February 28, 2023 06:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@terryjreedy@bedevere-bot@JosephSBoyle