diff options
author | Peter Astrand <astrand@lysator.liu.se> | 2007-02-06 15:37:50 (GMT) |
---|---|---|
committer | Peter Astrand <astrand@lysator.liu.se> | 2007-02-06 15:37:50 (GMT) |
commit | 5f9c6ae545e006a748f6fd7594852e72376e0c97 (patch) | |
tree | 27713917dfc6a92fee30a090e42593551703c1fd /Misc | |
parent | dddeb0eec4dcb1ba3c408a54ad01e1a1ea4d5670 (diff) | |
download | cpython-5f9c6ae545e006a748f6fd7594852e72376e0c97.zip cpython-5f9c6ae545e006a748f6fd7594852e72376e0c97.tar.gz cpython-5f9c6ae545e006a748f6fd7594852e72376e0c97.tar.bz2 |
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -126,6 +126,9 @@ Core and builtins Library ------- +- Bug #1124861: Automatically create pipes if GetStdHandle fails in + subprocess. + - Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. |