On Jan 24, 2008 1:14 PM, Christian Heimes <[EMAIL PROTECTED]> wrote:

> Indeed! It's one character shorter than "pass", it requires much less
> finger movement and it even looks cool. I like it
>
> However ... can lead to strange looking code, too:
>
> >>> ....__class__.__name__
> 'ellipsis'

So ellipsis is a class?

Can it be subclassed as in:

class myclass(...):
    pass
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to