commit | b0900e6a217480def244b0b55d718ce705e8e73a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Dec 16 16:23:40 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Dec 16 16:23:40 2004 +0000 |
tree | ded97348a4d0d9b1fd519acd9b0d1cfad4b9cc86 | |
parent | e6bdb37e5bc7d250e17c3d4fef6961e178e02b64 [diff] [blame] |
SF #1085304: Make array.array pickle-able
diff --git a/Misc/NEWS b/Misc/NEWS index 6bf7ab4..570adda 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -17,6 +17,8 @@ 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__().