[3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839) (#3841)

(cherry picked from commit bfebfd8)
This commit is contained in:
Terry Jan Reedy 2017-09-30 18:45:53 -04:00 committed by GitHub
parent d9c21a45fd
commit 40c54d5e1a
7 changed files with 7 additions and 6 deletions

View file

@ -57,7 +57,7 @@ class ViewWindow(Toplevel):
"A simple text viewer dialog for IDLE."
def __init__(self, parent, title, text, modal=True,
_htest=False, _utest=False):
*, _htest=False, _utest=False):
"""Show the given text in a scrollable window with a 'close' button.
If modal is left True, users cannot interact with other windows