Steve Holden <[EMAIL PROTECTED]> wrote:
> Assignment to a list *element* rebinds the single element to the > assigned value. Assignment to a list *slice* has to be of a list, and it > replaces the elements in the slice by assigned elements. > Assignment to a list *slice* just has use an iterable, it doesn't actually have to be another list. -- http://mail.python.org/mailman/listinfo/python-list