On 4/23/06, Crutcher Dunnavant <[EMAIL PROTECTED]> wrote:
> So for instance this:
>
> for file in open_files:
>   if file.readable():
>     ...
>
> can be spelled like this.
>
> for file in open_files: if file.readable():
>   ...

Since this discussion is still going on, let me add my -1 in the hope
that this thread will die. It ain't gonna happen; it reduces code
readability.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
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