]> granicus.if.org Git - python/commitdiff
merge 3.2
authorBenjamin Peterson <benjamin@python.org>
Mon, 28 Mar 2011 22:42:35 +0000 (17:42 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 28 Mar 2011 22:42:35 +0000 (17:42 -0500)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 0341dd61305e4b3acdc7d433a4945983100fa4ea,3f1bb3450bb8fdbe11ab41475686b54d9d825a75..23b5e6a481bdc00a67315f3564f65e1603ecb5ee
+++ 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.