Blocking readline() Call?
Peter Hansen
peter at engcorp.com
Mon Nov 10 18:07:56 EST 2003
Scott Brady Drummonds wrote:
>
> "Scott Brady Drummonds" <scott.b.drummonds.nospam at intel.com> wrote in
> message news:booqnf$ioc$1 at news01.intel.com...
> > Hi, everyone,
> >
> > I'm just figuring Python out but have become stalled with the following
> > snippit of code:
> [code deleted]
>
> JP said:
> > I think you mean "break" here, not "continue".
>
> Peter said:
> > Correct this: you want "break", not continue
>
> Mel said:
> > 'continue' doesn't mean what you think it means. Try 'break'.
>
> So, what is it that you people are trying to tell me? Please don't beat
> around the bush.
Sorry we were unclear, Scott. See Paul Clinch's post for an answer that
is more concise and perhaps easier for you to understand. ;-) ;-)
-Peter
More information about the Python-list
mailing list