mirror of
https://github.com/python/cpython.git
synced 2026-08-02 23:25:41 -04:00
The winfo_exists(), winfo_ismapped() and winfo_viewable() methods of tkinter widgets and Text.edit_modified() now return a bool instead of an integer or, depending on wantobjects, a string. Co-authored-by: Claude Opus 4.8 <[email protected]>