From 62767d3960a057e2de313bfb0855080a334dc273 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 7 Aug 2013 01:43:01 +0200 Subject: [PATCH] PEP 446: complete the summary table of the status of python 3.3 --- pep-0446.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-0446.txt b/pep-0446.txt index 8ff471fcd..237e25299 100644 --- a/pep-0446.txt +++ b/pep-0446.txt @@ -265,9 +265,10 @@ Summary: Module FD on UNIX Handles on Windows FD on Windows =========================== ============= ================== ============= subprocess, default STD, pass_fds none STD +subprocess, replace stdout STD, pass_fds all STD subprocess, close_fds=False all all STD -os.execv(), os.spawn() all all all multiprocessing all all STD +os.execv(), os.spawn() all all all =========================== ============= ================== ============= Legend: