Subject: CVS commit: pkgsrc/devel/py-Checker
To: None <pkgsrc-changes@netbsd.org>
From: Shell Hung <shell@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2002 05:25:04
Module Name: pkgsrc
Committed By: shell
Date: Mon Jun 10 02:25:04 UTC 2002
Modified Files:
pkgsrc/devel/py-Checker: Makefile PLIST distinfo
pkgsrc/devel/py-Checker/patches: patch-aa
Log Message:
Updated py-Checker to 0.8.10 .
Changes for 0.8.9 to 0.8.10 :
* Add --unpack option to warn when unpacking a non-sequence
* Add --unpacklen option to warn when unpacking sequence of wrong size
* Add --changetypes option to warn when setting a variable to different types
* Add --stringiter option to warn when iterating over a string
* Add --input option to warn when using input()
* Fix crash with checking properties or deriving from objects (2.2 only)
* Fix crash with nested scopes and lambdas
* Fix spurious warnings for constant conditionals when using ('%s' % value)
* Fix spurious warnings for unused identifiers caused by from XXX import *
* Add more information when module cannot be imported
* Fix spurious warnings for implicit returns when using while 1:
* Fix spurious warnings for implicit returns when using try/finally:
* Fix spurious warning with globals that start w/__
* Fix spurious warnings for modifying default arguments
when calling {}.get(), {}.has_key(), [].index(), [].count(), etc.
* Fix spurious warnings in Python 1.5.2 when using from/import
(Please see CHANGELOG for more)
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/py-Checker/Makefile \
pkgsrc/devel/py-Checker/PLIST pkgsrc/devel/py-Checker/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/py-Checker/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.