Issue #2389: Implement a portable mechanism for pickling array objects.

Reviewed by: Martin v. Löwis
diff --git a/Misc/NEWS b/Misc/NEWS
index a740b33..f94ff17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,10 +61,12 @@
 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
 -----