mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
* Tkinter functions and constructors which need a default root window
raise now RuntimeError with descriptive message instead of obscure
AttributeError or NameError if it is not created yet or cannot
be created automatically.
* Add tests for all functions which use default root window.
* Fix import in the pynche script.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_extensions.py | ||
| test_functions.py | ||
| test_style.py | ||
| test_widgets.py | ||