Crutcher Dunnavant wrote:
> for file in open_files: if file.readable():
>   ...
> 
> for line in open(file): if line.strip():

I don't like this. It looks unclean and adds an exception to the
conventional Python rules while yielding no particular or significant
benefit.

-- 
Ivan Krstic <[EMAIL PROTECTED]> | GPG: 0x147C722D
_______________________________________________
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