]> granicus.if.org Git - python/commit
SF feature request #686323: Minor array module enhancements
authorRaymond Hettinger <python@rcn.com>
Sun, 14 Mar 2004 05:43:59 +0000 (05:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 14 Mar 2004 05:43:59 +0000 (05:43 +0000)
commit49f9bd15ffeef67358a319f89faeaa31ad97d575
tree21a7a17750ea5dc4b7042b9f35085933b42d73d5
parent6e2ee866fa5cac9de821921a31ad4ba76dfde8d9
SF feature request #686323:  Minor array module enhancements

array.extend() now accepts iterable arguments implements as a series
of appends.  Besides being a user convenience and matching the behavior
for lists, this the saves memory and cycles that would be used to
create a temporary array object.
Doc/lib/libarray.tex
Lib/test/test_array.py
Misc/NEWS
Modules/arraymodule.c