]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: Create function to update menu item state. (GH-11343)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Dec 2018 18:29:06 +0000 (10:29 -0800)
committerGitHub <noreply@github.com>
Fri, 28 Dec 2018 18:29:06 +0000 (10:29 -0800)
commit61775c313f6116e627fe837ac5e3e11a3d14eb78
treea9c85ee10ed50451f2f715657f9f6d1ff3ad1c71
parent098bb249e9cf315b9e3b7d4bdad039a093d049c4
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.
(cherry picked from commit 804a5d94b6b7f8cb8546112aee2bc3af362f28f5)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/editor.py
Lib/idlelib/outwin.py