summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-03-27 15:30:07 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-03-27 15:30:07 (GMT)
commit79a9036d0988749c22294c33894342044878542e (patch)
tree960754c060bcb0718aaf6bb8692d9060436d2b13 /Misc
parentea8e2083f85ded16d5bee1c0b9f4ed89dda31a25 (diff)
parent92b60d55d9115af9661618d7d24da929f181be68 (diff)
downloadcpython-79a9036d0988749c22294c33894342044878542e.zip
cpython-79a9036d0988749c22294c33894342044878542e.tar.gz
cpython-79a9036d0988749c22294c33894342044878542e.tar.bz2
Merge #9696
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 9747ae7..c05da80 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -331,6 +331,7 @@ Duncan Grisby
Fabian Groffen
Eric Groo
Dag Gruneau
+Filip Gruszczyński
Michael Guravage
Lars Gustäbel
Thomas Güttler
diff --git a/Misc/NEWS b/Misc/NEWS
index d3c01e3..019f39b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Core and Builtins
Library
-------
+- 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.