]> granicus.if.org Git - python/commit
bpo-5680: IDLE: Customize running a module (GH-13763)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Tue, 18 Jun 2019 02:24:10 +0000 (22:24 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 18 Jun 2019 02:24:10 +0000 (22:24 -0400)
commit201bc2d18b60adb05810d2a6ab396047bc527088
tree1514619817f5282089691111547166b16cd4af56
parent7fb3190bcf9872dca3d83a7f9e3e65cbce8be9ed
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.
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]