]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- improved os.popen support for windows, based on win32pipe
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 14:49:51 +0000 (14:49 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 14:49:51 +0000 (14:49 +0000)
commitffb9c770f8992a4692e3794ee10bc0d92c6a45ff
tree7f002f4b40ad2fae9c21059b4815f7a27bef7ccc
parentce81d59c0cb1be048c279f0acf5205da77a82e23
- improved os.popen support for windows, based on win32pipe
  by Bill Tutt.

  note: to run this on Windows 95/98, you need to have the
  w9xpopen.exe helper in the same directory as the python DLL.
Modules/posixmodule.c