]> granicus.if.org Git - python/commit
- changed the nt.popen2 return values back to
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 23:35:24 +0000 (23:35 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 23:35:24 +0000 (23:35 +0000)
commit9ac81f69b2de4364455ddd532ac4b20c4528f677
tree05ffcb150068daeaf400f2078b7b21bb1f7de25f
parent0466132ee4c0a96ef6dd936f0b6415991d20e570
- changed the nt.popen2 return values back to
  (write, read, ...), based on feedback from GvR.

- added tuple-swapping code to popen2.py

- fixed some runaway indentation in posixmodule.c
Lib/popen2.py
Modules/posixmodule.c