summaryrefslogtreecommitdiff
path: root/test/messages/func_newstyle_super.txt
blob: a0192d7c1eee681cfdef564a7c17122dbd16c92e (plain)
1
2
3
4
5
6
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()
E: 26:Py3kAaaa.__init__: Missing argument to super()
E: 31:Py3kWrongSuper.__init__: Bad first argument 'NewAaaa' given to super()