PyChecker does STATIC analysis?

Diez B. Roggisch deetsNOSPAM at web.de
Wed Apr 28 12:34:35 EDT 2004


Diez B. Roggisch wrote:

>>> xrange = lambda x: [1,2,3,4,5]

Oops - that was supposed to be

range = lambda x: [1,2,3,4,5]

of course... I'm so used to prefering xrange over range, I confused
myself...

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list