I see. There appear to be two fixes, one for the dots, and another for the quotetabs. Shouldn't this be backported?
Kristján -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Georg Brandl Sent: Saturday, April 21, 2007 07:08 To: python-dev@python.org Subject: Re: [Python-Dev] static analysis of python source > The final ((data[in] != '\t') || (data[in] != ' ')) is always > true. What is the right form? ((data[in] == '\t') || (data[in] == ' ')) ? FYI, this has already been fixed in the heads. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com