mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
9a6e201f7d
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.