summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-12-22 07:07:30 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-12-22 07:07:30 (GMT)
commit031bf95d3212d246a44e8e3a23ff32023ab905e9 (patch)
tree1345009e8ead6674e83bebe939907a2dcc033db1 /Misc
parent3ba95f8bd984a0033c0b2da9974f67f537dedc9e (diff)
downloadcpython-031bf95d3212d246a44e8e3a23ff32023ab905e9.zip
cpython-031bf95d3212d246a44e8e3a23ff32023ab905e9.tar.gz
cpython-031bf95d3212d246a44e8e3a23ff32023ab905e9.tar.bz2
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9168a55..c36b019 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,8 @@ Core and Builtins
Library
-------
+- Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
+
- Issue #11829: Fix code execution holes in inspect.getattr_static for
metaclasses with metaclasses. Patch by Andreas Stührk.