commit | 7dca21e59fdf088cb9cc7d04f03b6fd2a7c9d509 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Aug 19 00:42:29 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Aug 19 00:42:29 2002 +0000 |
tree | 154fba31b21ead07e55a45ae4397e0db8113823c | |
parent | 5403737e3cb63c5a38acf97c9c461991e2311c57 [diff] |
SF bug 595919: popenN return only text mode pipes popen2() and popen3() created text-mode pipes even when binary mode was asked for. This was specific to Windows.