diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-03-27 15:34:22 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-03-27 15:34:22 (GMT) |
commit | f382ab25caeca70fe6814821160651511c0f420d (patch) | |
tree | ed84189558e28fb4bae9e99abf810079c546027c /Misc | |
parent | 756ebc79cf5d8b904b2cda21b003d76aa48f6f28 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |