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.

2005-09-01 07:33 Back to release list
0.8.15

Se hicieron muchas correcciones de errores y soporte para Python 2.4 y por encima de esta.
Tags: Major bugfixes
Many bugfixes were made and support for Python 2.4 and above was added.

Project Resources