On Sun, Mar 05, 2006 at 06:48:22PM +0000, Neil Schemenauer wrote:
> Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> > What are disadvantages of a direct .len() instead of .__len__()?
> 
> I can think of a few arguments against getting rid of double
> underscores in general.

   The discussion is about moving from len(sequence) to sequence.len(), not
from __len__() to .len().

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to