]> granicus.if.org Git - python/commit
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 10 Sep 2019 03:10:44 +0000 (23:10 -0400)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 03:10:44 +0000 (23:10 -0400)
commitc59295a1ca304f37ca136dd7efca9e560db27d28
tree48ee6d3d87dc9d626ad61ad69fbb092ae0f06eb1
parentb5381f669718aa19690f42f3b8bd88f03045b9d2
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)

This only happened when initializing the subprocess to run a module.
This recent bug only affected 3.7.4 and 3.8.0b2 to 3.8.0b4.
Lib/idlelib/NEWS.txt
Lib/idlelib/runscript.py
Misc/NEWS.d/next/IDLE/2019-09-09-22-08-36.bpo-38077.Mzpfe2.rst [new file with mode: 0644]