New GitHub issue #111092 from terryjreedy:<br>

<hr>

<pre>
```
import tkinter as tk
tk._support_default_root=False
from turtledemo.__main__ import main
main()
```
currently fails at line 165:  `pane = PanedWindow(orient=HORIZONTAL, ...` with `RuntimeError: No master specified and tkinter is configured to not support default root`.  Since all other widget calls include a master argument, adding 'root' here fixes the failure.

</pre>

<hr>

<a href="https://github.com/python/cpython/issues/111092">View on GitHub</a>
<p>Labels: </p>
<p>Assignee: terryjreedy</p>