]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
-- added code to the new Windows popen functions to make close
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 23 Jul 2000 19:47:12 +0000 (19:47 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 23 Jul 2000 19:47:12 +0000 (19:47 +0000)
commit56055a474955811fd672e406d0a175349879759d
tree60e9e6837ad70694e876917760d993eab6574ecf
parent8315ea579046727bb234dc4692ca28c8514eacbe
-- added code to the new Windows popen functions to make close
   return the exit code.  Only works on Windows NT/2000, due to
   limitations in the Win9X shell.
   (based on patch #100941 by David Bolen)
Modules/posixmodule.c