]> granicus.if.org Git - python/commitdiff
merge
authorMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 15:39:53 +0000 (16:39 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 15:39:53 +0000 (16:39 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 016d07eba1929b76fec85666eae998f6386861ff,618b9f83857f20b70208fe5f7907b02bd616d384..1caef03fc60ce3c33cd05f4a6f22093ece683718
+++ 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.