Peter Bengtsson <[EMAIL PROTECTED]> writes:

> Does that mean that .sort() is more efficient and should be favored
> when you can (i.e. when you don't mind changing the listish object)?

Yes.  Note that it's not "the listish object", the "sort" method is
implemented on actual lists, not on any sequence.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to