commit | 4bbcb64d5d6560d8adca119f153779d0d18e0482 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Apr 02 17:03:46 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Apr 02 17:03:46 2007 +0000 |
tree | 58a0483b84fe97c377db57c5b508d3038307883f | |
parent | 93e938440213c9e032b4c4e1af6bb20a1ce644a1 [diff] [blame] |
SF #1693079 Array module cannot pickle empty arrays
diff --git a/Misc/NEWS b/Misc/NEWS index c795b80..34d4d09 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -134,6 +134,8 @@ Extension Modules ----------------- +- Bug #1693079: The array module can now successfully pickle empty arrays. + - Bug #1688393: Prevent crash in socket.recvfrom if length is negative. - Bug #1622896: fix a rare corner case where the bz2 module raised an