]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: Create function to update menu item state. (GH-11343)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Fri, 28 Dec 2018 18:15:30 +0000 (13:15 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Dec 2018 18:15:30 +0000 (13:15 -0500)
commit804a5d94b6b7f8cb8546112aee2bc3af362f28f5
treecbb5a9d6df5ba73c39862e1896b86fb5cef132ce
parent9e00d9e88fbf943987e4771c753f5ca8f794103e
IDLE: Create function to update menu item state. (GH-11343)

This will be needed for other menu items.  Change outwin to call the function instead of updating the menu item directly.
Lib/idlelib/editor.py
Lib/idlelib/outwin.py