summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2019-06-03-00-39-29.bpo-5680.VCQfOO.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.9.0a1v3.9.0a1Ɓukasz Langa2019-11-191-3/+0
|
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-181-0/+3
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.