]> granicus.if.org Git - python/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 20:25:43 +0000 (13:25 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2019 20:25:43 +0000 (13:25 -0700)
commit9325f4091b66f3a9cc85681435367671d335e3e7
tree3cc7ce950e9a9bd31ba30474d6b7f482a523702b
parenta8cac5762c22120ccbacb6568bba77af2d22b3f7
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]