commit | 39e23b2bfa06548ae16d4de2e9a046ee2b4e1d9d | [log] [tgz] |
---|---|---|
author | Peter Astrand <astrand@lysator.liu.se> | Tue Feb 06 15:41:46 2007 +0000 |
committer | Peter Astrand <astrand@lysator.liu.se> | Tue Feb 06 15:41:46 2007 +0000 |
tree | ab0b666c70566a30576ba3c77b70fe7ab220af4a | |
parent | 21191f4f0c7f519d8b9fbb70c8c832f9e06fb243 [diff] [blame] |
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646.
diff --git a/Misc/NEWS b/Misc/NEWS index 303f4cf..1f216f7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -157,6 +157,9 @@ Library ------- +- Bug #1124861: Automatically create pipes if GetStdHandle fails in + subprocess. + - Patch #783050: the pty.fork() function now closes the slave fd correctly.