diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-16 16:23:40 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-16 16:23:40 (GMT) |
commit | b0900e6a217480def244b0b55d718ce705e8e73a (patch) | |
tree | ded97348a4d0d9b1fd519acd9b0d1cfad4b9cc86 /Misc | |
parent | e6bdb37e5bc7d250e17c3d4fef6961e178e02b64 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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__(). |