In article <[EMAIL PROTECTED]>, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote:
> In message > <[EMAIL PROTECTED]>, Daniel > wrote: > > > while data: > > ... > > data = self.rfile.readline().strip() > > Interpreting a random string value as a Boolean is a bad idea. Why? -- http://mail.python.org/mailman/listinfo/python-list
