wok-current annotate python-pyflakes/description.txt @ rev 25404
updated vzctl (3.0.25.1 -> 4.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 16:36:52 2022 +0100 (2022-08-02) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25225 | 1 A simple program which checks Python source files for errors. |
Hans-G?nter@25225 | 2 |
Hans-G?nter@25225 | 3 Pyflakes analyses programs and detects various errors. |
Hans-G?nter@25225 | 4 It works by parsing the source file, not importing it, so it is safe |
Hans-G?nter@25225 | 5 to use on modules with side effects. It's also much faster. |