From: Mark Dickinson Date: Sun, 27 Mar 2011 15:39:53 +0000 (+0100) Subject: merge X-Git-Tag: v3.3.0a1~2736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad64127878d4c00673a51a3fe5b7cbf7cd33fc19;p=python merge --- ad64127878d4c00673a51a3fe5b7cbf7cd33fc19 diff --cc Misc/NEWS index 016d07eba1,618b9f8385..1caef03fc6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -87,8 -87,9 +87,11 @@@ Core and Builtin Library ------- +- Issue #11692: Remove unnecessary demo functions in subprocess module. + + - Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when + trying to pack a negative (in-range) integer. + - Issue #11675: multiprocessing.[Raw]Array objects created from an integer size are now zeroed on creation. This matches the behaviour specified by the documentation.