mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -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.