Download List

项目描述

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 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.

2004-06-06 21:42 Back to release list
0.8.14

许多虚假的警告是固定的。使用Python 2.2 +功能更好的支持。增加了一个警告。
标签: Minor bugfixes
Many spurious warnings were fixed. Python 2.2+ features are supported better. One warning was added.

Project Resources