mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
06e66108c6
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.