mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
42fd44ac97
gh-111092: Make turtledemo run without default root enabled (GH-111093)
Add missing 'root' argument to PanedWindow call.
Other root children already have it.
(cherry picked from commit b802882fb2)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>