File Release Notes and Changelog
Release Name: 0.8.13
Notes:
Changes:
<ul>
<li>Add -s/--shadowbuiltin option to warn when overriding a builtin
<li>Add warning when assigning a variable to itself
<li>Add warning when dividing a variable by itself
<li>Add warnings when using a bit-wise operator with the same variable (a & a)
<li>Add warning when passing a constant string to getattr()/setattr()
<li>Add --special option to check for __special__ (reserved) method names and that their signature (argument count) is correct
<li>Add warning for using __getattribute__ in an old-style class
<li>Suppress 'self as first argument' warning for static and class methods
<li>Add --classmethodargs option to specify first argument name for class methods
</ul>