OK, I'll admit this is confusing to me. Is "..." == pass?
So, does a line with tokens after the "..." get an error like "characters after an elipses (...). Did you cut and paste from IDLE?" On Jan 24, 2008 12:04 PM, Raymond Hettinger <[EMAIL PROTECTED]> wrote: > > Some folks thought it would be cute to be able to > > write incomplete code like this: > > > > class C: > > def meth(self): ... > > ... > > > > and have it be syntactically correct. > > Hmm, that *is* cute :-) > > Raymond > _______________________________________________ > Python-3000 mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-3000 > Unsubscribe: > http://mail.python.org/mailman/options/python-3000/charles.merriam%40gmail.com > _______________________________________________ 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
