Download List

Descripción del Proyecto

PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler (or lint) for less dynamic languages, like C and C++. Common errors that can be found include forgetting to import a module, misspelling a variable, passing the wrong number of parameters to a function/method, and not using a module/variable.

System Requirements

System requirement is not defined
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.

2011-02-06 22:19 Back to release list
0.8.19

Soporte para Python 2.7 se añadió. En el módulo pcmodules.py nuevo, el código ModulePath ya no provoca un error de importación. pychecker ahora permite lambda con setattr y const. pychecker-q en 64 bits ya no pasa por alto el stdlib específico de la plataforma. El orden de los archivos de control ya no afecta a los errores reportados. PyChecker sólo marcando una de cada conjunto de módulos con el mismo nombre, por lo que ahora las capturas de muchas advertencias que le faltaba antes.
Support for Python 2.7 was added. In the new pcmodules.py module, the modulePath code no longer causes an import error. pychecker now allows lambda with setattr and const. pychecker -q on 64-bit no longer ignores the platform-specific stdlib. The order of checking files no longer affects the errors reported. PyChecker was only checking one of each set of modules with the same name, so it will now catch many warnings it was missing before.

Project Resources