Issue #2389: Pickle array objects using a list representation for portability
across different machine architectures and compatibility with Python 3.x.
diff --git a/Misc/NEWS b/Misc/NEWS
index 63115f4..5193040 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1262,6 +1262,8 @@
   support.EnvironmentVarGuard objects restored the environment variables
   incorrectly on __exit__.
 
+- Issue #2389: Array objects are now pickled in a portable manner.
+
 
 What's New in Python 2.6 final
 ==============================