]> granicus.if.org Git - python/commit
(merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 21 Jun 2011 15:24:21 +0000 (17:24 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 21 Jun 2011 15:24:21 +0000 (17:24 +0200)
commit372b838db50540587f643bf553dc070589fe500b
treee7eabc07d1c52ffed62001ad85b70e598b3b52e8
parent28db0fd3575ebe5f155d4e04fcfaebc33957ae28
parentf1512a2967ac30c38135fb950d623d5fed856494
(merge 3.2) 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