[Python-Dev] static analysis of python source (original) (raw)
Kristján Valur Jónsson kristjan at ccpgames.com
Sat Apr 21 12:04:08 CEST 2007
- Previous message: [Python-Dev] static analysis of python source
- Next message: [Python-Dev] static analysis of python source
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: python-dev-bounces+kristjan=ccpgames.com at python.org [mailto:python-dev-bounces+kristjan=ccpgames.com at python.org] On Behalf Of Georg Brandl Sent: Saturday, April 21, 2007 07:08 To: python-dev at 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.
- Previous message: [Python-Dev] static analysis of python source
- Next message: [Python-Dev] static analysis of python source
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]