mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)
This commit is contained in:
parent
7dc46d8cf5
commit
bfebfd81de
7 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue