commit | e5f628b5935f9e414c44b444dfb7887c6aca3da9 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <[email protected]> | Sun Mar 14 05:43:59 2004 +0000 |
committer | Raymond Hettinger <[email protected]> | Sun Mar 14 05:43:59 2004 +0000 |
tree | 7849d5e323c71185100714450731b5ab840b203a | |
parent | da1da2fce63eebd52a08395d5538bdef6fa31b5c [diff] |
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.