SIGN IN SIGN UP

bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)

* 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.
S
Serhiy Storchaka committed
3d569fd6dccf9f582bafaca04d3535094cae393e
Parent: 1e27b57
Committed by GitHub <noreply@github.com> on 12/19/2020, 10:17:08 AM