bpo-36152: IDLE: Remove unused parameter from colorizer by csabella · Pull Request #12109 · python/cpython

@csabella

@terryjreedy

Omit that both class and instance attribute.

terryjreedy

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

Mar 1, 2019
Remove colorizer.ColorDelegator.close_when_done and the corresponding argument of .close().  In IDLE, both have always been None or False since 2007.
(cherry picked from commit b9f0354)

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

miss-islington added a commit that referenced this pull request

Mar 1, 2019
Remove colorizer.ColorDelegator.close_when_done and the corresponding argument of .close().  In IDLE, both have always been None or False since 2007.
(cherry picked from commit b9f0354)

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