diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-15 17:49:23 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-15 17:49:23 (GMT) |
commit | ad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b (patch) | |
tree | 20690cc3f21f481d1b4d129b7de1b5427008a326 /Misc | |
parent | afd0d11f0718ac95bea97750791ae5e6673fc3cb (diff) | |
download | cpython-ad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b.zip cpython-ad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b.tar.gz cpython-ad077154d0f305ee0ba5bf41d3cb47d1d9c43e7b.tar.bz2 |
Issue #2389: Implement a portable mechanism for pickling array objects.
Reviewed by: Martin v. Löwis
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -61,10 +61,12 @@ Library Extension Modules ----------------- -- Issue #4509: array.array objects are no longer modified after an operation +- Issue #4509: Array objects are no longer modified after an operation failing due to the resize restriction in-place when the object has exported buffers. +- Issue #2389: Array objects are now pickled in a portable manner. + Build ----- |