Subject: CVS commit: pkgsrc/devel/py-checker
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 12/02/2003 23:37:27
Module Name: pkgsrc
Committed By: recht
Date: Tue Dec 2 23:37:27 UTC 2003
Modified Files:
pkgsrc/devel/py-checker: Makefile distinfo
pkgsrc/devel/py-checker/patches: patch-aa
Log Message:
update to 0.8.13
Version 0.8.13 - 18 November 2003
* Add -s/--shadowbuiltin option to warn when overriding a builtin
* Add warning when assigning a variable to itself
* Add warning when dividing a variable by itself
* Add warnings when using a bit-wise operator with the same variable (a & a)
* Add warning when passing a constant string to getattr()/setattr()
* Add --special option to check for __special__ (reserved) method names
and that their signature (argument count) is correct
* Add warning for using __getattribute__ in an old-style class
* Suppress 'self as first argument' warning for static and class methods
* Add --classmethodargs option to specify first argument name
for class methods
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/py-checker/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/py-checker/distinfo
cvs rdiff -r1.2 -r1.3 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.