[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-35555: Create function to update IDLE menu item state by csabella · Pull Request #11343 · python/cpython

csabella

* Instead of updating menu state directly, create function
  to update the state.
* Change outwin to call function instead of updating menu
  directly.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 28, 2018
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 804a5d9)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

terryjreedy changed the title bpo-35555: IDLE: Create function to update menu item state bpo-35555: Create function to update IDLE menu item state

Dec 28, 2018

miss-islington added a commit that referenced this pull request

Dec 28, 2018
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 804a5d9)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>