Jason Hutchens wrote:
> super doesn't behave like super()
Did they ever? I don't have 1.8.1 handy, but I think "super" has always
meant "call superclass method with same args" and "super()" has always
meant "call superclass method with no args".