By rlamarch
via artima.com
Published: Aug 14 2008 / 04:53
Super is perhaps the trickiest Python construct: this series aims to unveil its secrets. Super is a Python built-in, first introduced in Python 2.2 and slightly improved and fixed in later versions, which is often misunderstood by the average Python programmer. One of the reasons for that is the poor documentation of super: at the time of this writing (August 2008) the documentation is incomplete and in some parts misleading and even wrong.
Add your comment