mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
gh-66819: More IDLE htest updates(2) (#112642)
Examine and update spec -- callable pairs. Revise run method.
This commit is contained in:
parent
a9574c68f0
commit
3855b45874
9 changed files with 70 additions and 69 deletions
|
|
@ -368,7 +368,7 @@ class CustomRun(Query):
|
|||
sticky='we')
|
||||
|
||||
def cli_args_ok(self):
|
||||
"Validity check and parsing for command line arguments."
|
||||
"Return command line arg list or None if error."
|
||||
cli_string = self.entry.get().strip()
|
||||
try:
|
||||
cli_args = shlex.split(cli_string, posix=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue