summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPeter Astrand <astrand@lysator.liu.se>2007-02-06 15:37:50 (GMT)
committerPeter Astrand <astrand@lysator.liu.se>2007-02-06 15:37:50 (GMT)
commit5f9c6ae545e006a748f6fd7594852e72376e0c97 (patch)
tree27713917dfc6a92fee30a090e42593551703c1fd /Misc
parentdddeb0eec4dcb1ba3c408a54ad01e1a1ea4d5670 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd760aa..982fd2a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.