Python's super() considered super!

Michele Simionato michele.simionato at gmail.com
Fri May 27 10:51:05 EDT 2011


The fact that even experienced programmers fail to see that
super(type(self),self) in Python 2 is NOT equivalent to super()
in Python 3 is telling something.



More information about the Python-list mailing list