summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2009-07-15 18:19:47 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2009-07-15 18:19:47 (GMT)
commit999ecc0eaf88dc73c386d360183c3899242e7ffd (patch)
tree1d2765a5db0b26681df033728e00a14d71247480 /Misc
parentd5a23e322feb023dafa2b528210ad45faca5f78c (diff)
downloadcpython-999ecc0eaf88dc73c386d360183c3899242e7ffd.zip
cpython-999ecc0eaf88dc73c386d360183c3899242e7ffd.tar.gz
cpython-999ecc0eaf88dc73c386d360183c3899242e7ffd.tar.bz2
Issue #2389: Pickle array objects using a list representation for portability
across different machine architectures and compatibility with Python 3.x.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63115f4..5193040 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1262,6 +1262,8 @@ Tests
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
==============================