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.

Refresh
Refresh
Source Files
Filename Size Changed
pyflakes-0.5.0.tar.bz2 0000015615 15.2 KB
python-pyflakes.changes 0000000763 763 Bytes
python-pyflakes.spec 0000001918 1.87 KB
Revision 3 (latest revision is 72)
Alexandre Rogoski's avatar Alexandre Rogoski (aledr) committed (revision 3)
- Renegerate spec file with py2pack;
- Add missing changes for 0.5.0.
- New version 0.5.0:
  - Convert pyflakes to use newer _ast infrastructure rather than compiler.
  - Support for new syntax in 2.7 (including set literals, set comprehensions,
    and dictionary comprehensions).
  - Make sure class names don't get bound until after class definition.
Comments 0
openSUSE Build Service is sponsored by