diff options
Diffstat (limited to 'Misc/NEWS')
-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__(). |