◐ Shell
clean mode source ↗

bpo-31488: IDLE - update former extensions when options change. by terryjreedy · Pull Request #3612 · python/cpython

added 2 commits

September 16, 2017 01:14
When apply changes, call .reload on each class with non-key options.
Change ParenMatch so that updates affect current instances.

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

Sep 16, 2017
…pythonGH-3612)

When apply changes, call .reload on each class with non-key options.
Change ParenMatch so that updates affect current instances.
(cherry picked from commit 5777ecc)

terryjreedy pushed a commit that referenced this pull request

Sep 16, 2017
…GH-3612) (#3613)

When apply ConfigDialog changes, call .reload on each class with non-key options.
Change ParenMatch so that updates affect current instances.
(cherry picked from commit 5777ecc)