From: Benjamin Peterson Date: Mon, 28 Mar 2011 22:42:35 +0000 (-0500) Subject: merge 3.2 X-Git-Tag: v3.3.0a1~2730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1df78c8e6e03b70a3ad3934355a85b622346087a;p=python merge 3.2 --- 1df78c8e6e03b70a3ad3934355a85b622346087a diff --cc Misc/NEWS index 0341dd6130,3f1bb3450b..23b5e6a481 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -87,13 -49,11 +87,16 @@@ Core and Builtin Library ------- + - Issue #11256: Fix inspect.getcallargs on functions that take only keyword + arguments. + - Issue #11696: Fix ID generation in msilib. +- itertools.accumulate now supports an optional *func* argument for + a user-supplied binary function. + +- 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.