summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-16 16:23:40 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-16 16:23:40 (GMT)
commitb0900e6a217480def244b0b55d718ce705e8e73a (patch)
treeded97348a4d0d9b1fd519acd9b0d1cfad4b9cc86 /Misc
parente6bdb37e5bc7d250e17c3d4fef6961e178e02b64 (diff)
downloadcpython-b0900e6a217480def244b0b55d718ce705e8e73a.zip
cpython-b0900e6a217480def244b0b55d718ce705e8e73a.tar.gz
cpython-b0900e6a217480def244b0b55d718ce705e8e73a.tar.bz2
SF #1085304: Make array.array pickle-able
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 6bf7ab4..570adda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Core and builtins
Extension Modules
-----------------
+- array.array objects are now picklable.
+
- the cPickle module no longer accepts the deprecated None option in the
args tuple returned by __reduce__().