Pyflakes is a program that analyzes Python
programs and detects various errors. It works by
parsing the source file rather than importing it,
so it is safe to use on modules with side effects.
It's also much faster.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versão melhora o relatório de erros. Os erros de sintaxe agora incluir mais detalhes. Multi-line erros de sintaxe não produzem exageradamente grandes quantidades de saída. Nonexistent arquivos são tratados com uma advertência, em vez de um erro. Esta versão também melhora o suporte para novas construções de linguagem introduzida no Python 2.4 e 2.5. Ele melhora a comunicação de certos erros. Alguns tipos de importação de sombreamento são relatados, e os habitantes locais não acoplado que colidem com nomes globais agora são relatados corretamente.
Tags:
Minor feature enhancements
This release improves error reporting. Syntax errors now include more detail. Multi-line syntax errors no longer produce unreasonably large amounts of output. Nonexistent files are now handled with a warning instead of an error. This release also improves support for new language constructs introduced in Python 2.4 and 2.5. It improves reporting of certain errors. Some kinds of import shadowing are now reported, and unbound locals that collide with global names are now reported properly.