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-3.0.1.tar.gz 0000063554 62.1 KB
python-pyflakes.changes 0000015031 14.7 KB
python-pyflakes.spec 0000002159 2.11 KB
Revision 60 (latest revision is 72)
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1042742 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 60)
- Update to 3.0.1
  * Fix crash on augmented assign to ``print`` builtin
  
- Update to 3.0.0 
  -  Detect undefined name in variable defined by an annotated assignment
  - Add a new error for names which are annotated but unused
  - Remove handling of python 2.x ``# type:`` comments.  Use annotations instead
Comments 0
openSUSE Build Service is sponsored by