summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-03-27 15:39:53 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-03-27 15:39:53 (GMT)
commitad64127878d4c00673a51a3fe5b7cbf7cd33fc19 (patch)
tree23241fe2d62f9d6d0bbb3dcfda4fb1f8ed1acf03 /Misc
parentf382ab25caeca70fe6814821160651511c0f420d (diff)
parent574980e946bf6793dc9a1b68f6ed3084fd4d83f1 (diff)
downloadcpython-ad64127878d4c00673a51a3fe5b7cbf7cd33fc19.zip
cpython-ad64127878d4c00673a51a3fe5b7cbf7cd33fc19.tar.gz
cpython-ad64127878d4c00673a51a3fe5b7cbf7cd33fc19.tar.bz2
merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 016d07e..1caef03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ 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.