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-2.0.0.tar.gz 0000049002 47.9 KB
python-pyflakes.changes 0000009613 9.39 KB
python-pyflakes.spec 0000002251 2.2 KB
Revision 22 (latest revision is 38)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 629206 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 22)
- update to version 2.0.0:
  * Drop support for EOL Python <2.7 and 3.2-3.3
  * Check for unused exception binding in `except:` block
  * Handle string literal type annotations
  * Ignore redefinitions of `_`, unless originally defined by import
  * Support `__class__` without `self` in Python 3
  * Issue an error for `raise NotImplemented(...)`
Comments 0
openSUSE Build Service is sponsored by