◐ Shell
clean mode source ↗

[3.10] IDLE: Simplify DynOptionsMenu __init__code (GH-101371) by miss-islington · Pull Request #102315 · python/cpython

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>

terryjreedy