Guido van Rossum wrote:
> Some folks thought it would be cute to be able to write incomplete
> code like this:
> 
> class C:
>   def meth(self): ...
>   ...

I thought there were better reasons than that.
For example, the new print() function could be
arranged so that

   print(a, b, c, ...)

prints a line without a newline.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
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