Passive checker of Python programs

Edit Package python-pyflakes
http://www.divmod.org/trac/wiki/DivmodPyflakes

Pyflakes is program to analyze Python programs and detect various errors. It works by
parsing the source file, not importing it, so it is safe to use on modules with side
effects. It's also much faster.

Author:
--------
Moe Aboulkheir

Refresh
Refresh
Source Files
Filename Size Changed
pyflakes-0.7.3.tar.gz 0000030551 29.8 KB
python-pyflakes.changes 0000003906 3.81 KB
python-pyflakes.spec 0000001952 1.91 KB
Revision 10 (latest revision is 39)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181907 from Alexandre Rogoski's avatar Alexandre Rogoski (aledr) (revision 10)
- update to 0.7.3:
  - Do not report undefined name for generator expression and dict or
    set comprehension at class level.
  - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
    use `Checker.pushScope` instead.
  - Remove dependency on Unittest2 for the tests. (forwarded request 181904 from dirkmueller)
Comments 0
openSUSE Build Service is sponsored by