pkgsrc/devel/py-checker
recht b53fa27a66 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
2003-12-02 23:37:26 +00:00
..
patches update to 0.8.13 2003-12-02 23:37:26 +00:00
DESCR After a short, nonviolent, debate with Shell Hung, merge his py-Checker 2003-06-28 14:49:47 +00:00
distinfo update to 0.8.13 2003-12-02 23:37:26 +00:00
Makefile update to 0.8.13 2003-12-02 23:37:26 +00:00
PLIST hange extension.mk to also install optimized files for distutils packages. 2003-09-14 16:43:45 +00:00