2012-06-05 | Paul Boddie | raw files shortlog changelog graph | Added a comment about a related test. | |
tests/attributes_class_used_by_superclass.py (file) |
1.1 --- a/tests/attributes_class_used_by_superclass.py Tue Jun 05 01:29:39 2012 +0200 1.2 +++ b/tests/attributes_class_used_by_superclass.py Tue Jun 05 01:30:05 2012 +0200 1.3 @@ -1,5 +1,7 @@ 1.4 #!/usr/bin/env python 1.5 1.6 +# See mixins.py for a similar pattern. 1.7 + 1.8 class C: 1.9 def f(self): 1.10 return self.x