-
Committer:
exarkun
-
Date:
2010-04-03 13:46:54 UTC
-
Revision ID:
importd@pear-20100403134654-x4qdgcc0la2tjf1t
Merge pyflakes-class-name-binding-2999
Author: exarkun
Reviewer: jesstess, mithrandi
Fixes: #2999
Fix a bug in the checker's handling of class names which caused
a class's own binding to be considered valid within the definition
of the class itself.
Now the binding is only valid after the class definition.