[Python-Dev] Extended Function syntax

Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 03 Feb 2003 13:56:13 +1300 (NZDT)


Samuele Pedroni <pedronis@bluewin.ch>:

> with myfile = auto_closing_file('blah.txt', 'rb'):
>   for line in myfile:
>    ...
>
> With Guido's 'do', you could define an iterclose():
> 
> do iterclose(open('blah.txt','rb')): (line):
>    ...
> 
> Btw, the two snippets illustrate quite well the different evolutive directions'
> on the table.

I must say that, for this particular usage at least, I find
the first one a darn sight easier to follow than the second!

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+