String Fomat Conversion

Steven Bethard steven.bethard at gmail.com
Thu Jan 27 13:45:42 EST 2005


Alex Martelli wrote:
> Steven Bethard <steven.bethard at gmail.com> wrote:
>    ...
> 
>>Beware of mixing iterator methods and readline:
>
[snip]
> 
> I hope this concisely indicates that the problem (in today's current
> implementations) is only with switching FROM iteration TO other
> approaches to reading, and (if the file is seekable) there's nothing so
> problematic here that a good old 'seek' won't cure...

Thanks for the clarification!

Steve



More information about the Python-list mailing list