This commit is contained in:
Andrew M. Kuchling 2004-10-12 16:38:42 +00:00
parent b6ffc275ab
commit 51ee66e611
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ class Popen(object):
self.pid = pid self.pid = pid
ht.Close() ht.Close()
# Child is launched. Close the parents copy of those pipe # Child is launched. Close the parent's copy of those pipe
# handles that only the child should have open. You need # handles that only the child should have open. You need
# to make sure that no handles to the write end of the # to make sure that no handles to the write end of the
# output pipe are maintained in this process or else the # output pipe are maintained in this process or else the