]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Jul 2019 16:09:17 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2019 16:09:17 +0000 (09:09 -0700)
commitd9086f2324264e93155dd81f4484975215e38f00
tree1500b537b3cfba9646eeae48345910112f427513
parent843fd85cf7e7e139fd1cbaf0dc89cd8771609ec9
bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)

Repeat the command line arguments most recently entered before so the user can edit them.
(cherry picked from commit 35b87e6001bd991f625abe305951c77ddeb9a9c5)

Co-authored-by: Ngalim Siregar <ngalim.siregar@gmail.com>
Lib/idlelib/idle_test/test_query.py
Lib/idlelib/query.py
Lib/idlelib/runscript.py
Misc/NEWS.d/next/IDLE/2019-07-20-23-33-53.bpo-37627.dQhUNB.rst [new file with mode: 0644]