commit | d6030acd7f974fc8595b514032e1801e68fec300 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Apr 02 22:39:08 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Apr 02 22:39:08 2007 +0000 |
tree | 5d288d34c24561f4a2f8eea02f8236d59a4b748e | |
parent | 4bbcb64d5d6560d8adca119f153779d0d18e0482 [diff] [blame] |
Array module's buffer interface can now handle empty arrays.
diff --git a/Misc/NEWS b/Misc/NEWS index 34d4d09..641e0b0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -134,6 +134,8 @@ Extension Modules ----------------- +- Bug #1647541: Array module's buffer interface can now handle empty arrays. + - Bug #1693079: The array module can now successfully pickle empty arrays. - Bug #1688393: Prevent crash in socket.recvfrom if length is negative.