]> granicus.if.org Git - python/commit
bpo-5680: IDLE: Customize running a module (GH-13763)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Jun 2019 02:47:55 +0000 (19:47 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 02:47:55 +0000 (19:47 -0700)
commitae526ee320d3feabba0aa4dffa9d52e39f8941dc
tree0c46a5ef7fbbeb8077785d454493054dd886f279
parentf29a5770c2448c5ffb9281357c17073fd551d4fc
bpo-5680: IDLE: Customize running a module (GH-13763)

The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu.
(cherry picked from commit 201bc2d18b60adb05810d2a6ab396047bc527088)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Doc/library/idle.rst
Lib/idlelib/config-keys.def
Lib/idlelib/config.py
Lib/idlelib/editor.py
Lib/idlelib/help.html
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_query.py
Lib/idlelib/mainmenu.py
Lib/idlelib/query.py
Lib/idlelib/runscript.py
Misc/NEWS.d/next/IDLE/2019-06-03-00-39-29.bpo-5680.VCQfOO.rst [new file with mode: 0644]