summaryrefslogtreecommitdiff
path: root/test/messages/func_newstyle_super.txt
blob: 27ac3c33608af44089827ff3e6e5da104be2f9aa (plain)
1
2
3
4
5
6
7
C:  5:Aaaa: Old-style class defined.
E:  7:Aaaa.hop: Use of super on an old style class
E: 11:Aaaa.__init__: Use of super on an old style class
E: 21:NewAaaa.__init__: Bad first argument 'object' given to super class
E: 26:Py3kAaaa.__init__: Missing argument to super()
E: 31:Py3kWrongSuper.__init__: Bad first argument 'NewAaaa' given to super class