scatter() now supports empty arrays as input (i.e., scatter([], []) is now valid).
Enabling this required fixes in both scatter() and in collections.py. Collections now support empty versions of themselves more correctly due to these fixes.
Authored by: weathergod 2011-02-18
Parent: [r8987]
Child: [r8989]