commit | d91085598f5185b267ea51a3f615da9527af2ed2 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 17 08:00:19 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 17 08:00:19 2006 +0000 |
tree | 80849b9455438e9963a61d7aff3fc3b060213553 | |
parent | fe55464f393fc002fd0911a4d8dba6694723d408 [diff] [blame] |
Remove apply()
diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 9cb03bc..6827244 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py
@@ -995,7 +995,7 @@ os.chdir(cwd) if preexec_fn: - apply(preexec_fn) + preexec_fn() if env is None: os.execvp(executable, args)