diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-10 03:29:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 03:29:01 (GMT) |
commit | 29bde48ade5dbd5d88cfe309653014c84bebb89c (patch) | |
tree | e92c6380fc21f625e5f42de977693d8f3cafdc68 /Misc/NEWS.d/next/IDLE | |
parent | 99df5e837334b62c29c979bb0806f525778a4f3e (diff) | |
download | cpython-29bde48ade5dbd5d88cfe309653014c84bebb89c.zip cpython-29bde48ade5dbd5d88cfe309653014c84bebb89c.tar.gz cpython-29bde48ade5dbd5d88cfe309653014c84bebb89c.tar.bz2 |
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.
(cherry picked from commit c59295a1ca304f37ca136dd7efca9e560db27d28)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-09-09-22-08-36.bpo-38077.Mzpfe2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-09-09-22-08-36.bpo-38077.Mzpfe2.rst b/Misc/NEWS.d/next/IDLE/2019-09-09-22-08-36.bpo-38077.Mzpfe2.rst new file mode 100644 index 0000000..ba1fd55 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-09-09-22-08-36.bpo-38077.Mzpfe2.rst @@ -0,0 +1,2 @@ +IDLE no longer adds 'argv' to the user namespace when initializing it. This +bug only affected 3.7.4 and 3.8.0b2 to 3.8.0b4. |