SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 33 Python

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.
R
Raymond Hettinger committed
49f9bd15ffeef67358a319f89faeaa31ad97d575
Parent: 6e2ee86