summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2009-07-15 17:49:23 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2009-07-15 17:49:23 (GMT)
commitad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b (patch)
tree20690cc3f21f481d1b4d129b7de1b5427008a326 /Misc
parentafd0d11f0718ac95bea97750791ae5e6673fc3cb (diff)
downloadcpython-ad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b.zip
cpython-ad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b.tar.gz
cpython-ad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b.tar.bz2
Issue #2389: Implement a portable mechanism for pickling array objects.
Reviewed by: Martin v. Löwis
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a740b33..f94ff17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,10 +61,12 @@ Library
Extension Modules
-----------------
-- Issue #4509: array.array objects are no longer modified after an operation
+- Issue #4509: Array objects are no longer modified after an operation
failing due to the resize restriction in-place when the object has exported
buffers.
+- Issue #2389: Array objects are now pickled in a portable manner.
+
Build
-----