diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2011-03-27 15:30:07 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2011-03-27 15:30:07 (GMT) |
commit | 79a9036d0988749c22294c33894342044878542e (patch) | |
tree | 960754c060bcb0718aaf6bb8692d9060436d2b13 /Misc | |
parent | ea8e2083f85ded16d5bee1c0b9f4ed89dda31a25 (diff) | |
parent | 92b60d55d9115af9661618d7d24da929f181be68 (diff) | |
download | cpython-79a9036d0988749c22294c33894342044878542e.zip cpython-79a9036d0988749c22294c33894342044878542e.tar.gz cpython-79a9036d0988749c22294c33894342044878542e.tar.bz2 |
Merge #9696
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -331,6 +331,7 @@ Duncan Grisby Fabian Groffen Eric Groo Dag Gruneau +Filip Gruszczyński Michael Guravage Lars Gustäbel Thomas Güttler @@ -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. |