summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-03-27 15:34:22 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-03-27 15:34:22 (GMT)
commitf382ab25caeca70fe6814821160651511c0f420d (patch)
treeed84189558e28fb4bae9e99abf810079c546027c /Misc
parent756ebc79cf5d8b904b2cda21b003d76aa48f6f28 (diff)
downloadcpython-f382ab25caeca70fe6814821160651511c0f420d.zip
cpython-f382ab25caeca70fe6814821160651511c0f420d.tar.gz
cpython-f382ab25caeca70fe6814821160651511c0f420d.tar.bz2
Issue #11692: Remove unnecessary demo functions in subprocess module.
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 e7446f3..016d07e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,8 @@ Core and Builtins
Library
-------
+- Issue #11692: Remove unnecessary demo functions in subprocess module.
+
- Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
are now zeroed on creation. This matches the behaviour specified by the
documentation.