]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #12383: Fix subprocess module with env={}: don't copy the environment
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 21 Jun 2011 15:18:38 +0000 (17:18 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 21 Jun 2011 15:18:38 +0000 (17:18 +0200)
commitf1512a2967ac30c38135fb950d623d5fed856494
tree03aaf88b18adecd7e97b29d89cd7f659d1264848
parentb7149cad045b0273e2cb104a1f15ff942eab1cf6
Close #12383: Fix subprocess module with env={}: don't copy the environment
variables, start with an empty environment.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS