[Lunar-commits] r18781 - moonbase/trunk/python/pychecker
Dennis Veatch
stumbles at lunar-linux.org
Fri Feb 17 22:55:22 UTC 2006
Author: stumbles
Date: 2006-02-17 22:55:20 +0000 (Fri, 17 Feb 2006)
New Revision: 18781
Modified:
moonbase/trunk/python/pychecker/DETAILS
Log:
Support ROT_THREE and ROT_FOUR opcodes
Fix spurious warning for Statement with no effect using bit shifts
Remove broken command line options: -e/--errors, --complexity
Add --evil option for users to prevent the interpreter from crashing
due to broken C extensions
and others.
Modified: moonbase/trunk/python/pychecker/DETAILS
===================================================================
--- moonbase/trunk/python/pychecker/DETAILS 2006-02-17 22:52:57 UTC (rev 18780)
+++ moonbase/trunk/python/pychecker/DETAILS 2006-02-17 22:55:20 UTC (rev 18781)
@@ -1,17 +1,17 @@
MODULE=pychecker
- VERSION=0.8.16
+ VERSION=0.8.17
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:b3c6c5706984e169b94ba73c8484f34b103ff78b
+ SOURCE_VFY=sha1:0adde984d4275a0e80e35d08c6f5c6a6a9131a05
WEB_SITE=http://pychecker.sourceforge.net/
ENTERED=20030625
- UPDATED=20050916
+ UPDATED=20060217
SHORT="PyChecker is a tool for finding bugs"
cat << EOF
-PyChecker is a tool for finding bugs in python source code. It finds
-problems that are typically caught by a compiler for less dynamic
-languages, like C and C++. It is similar to lint. Because of the dynamic
-nature of python, some warnings may be incorrect; however, spurious
+PyChecker is a tool for finding bugs in python source code. It finds
+problems that are typically caught by a compiler for less dynamic
+languages, like C and C++. It is similar to lint. Because of the dynamic
+nature of python, some warnings may be incorrect; however, spurious
warnings should be fairly infrequent.
EOF
More information about the Lunar-commits
mailing list