String Fomat Conversion

enigma marc.huffnagle at gmail.com
Thu Jan 27 17:42:27 EST 2005


Do you really need to use the iter function here?  As far as I can
tell, a file object is already an iterator.  The file object
documentation says that, "[a] file object is its own iterator, for
example iter(f) returns f (unless f is closed)."  It doesn't look like
it makes a difference one way or the other, I'm just curious.




More information about the Python-list mailing list