while true: !!!

Fredrik Lundh fredrik at effbot.org
Tue Dec 19 18:42:37 EST 2000


"Delaney, Timothy" wrote:
> maybe_buffered_stream = MaybeBufferedFileInputStream(file_object)
>
> while maybe_buffered_stream.has_unread_contents:
>        line = maybe_buffered_stream.readline()

so you prefer slow and fragile code over fast and robust
code.  fine.  now please shut up, and let this thread die.

</F>





More information about the Python-list mailing list