Gabriel Genellina wrote:

Had Python used the more generic size and __size__ from the beginning, we'd be all happy now :)

Not necessarily -- len is slightly shorter, and more
comfortable to type on a qwerty keyboard.

But in any case, size-likers have an easy solution:

  size = len

:-)

(BTW, try doing that with the x.len() notation!)

--
Greg


 But it's too late to change things.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to