Commit 783a30f3 authored by Raymond Hettinger's avatar Raymond Hettinger

Link to suggestions for how to use super().

parent 2845365b
...@@ -1335,6 +1335,10 @@ available. They are listed here in alphabetical order. ...@@ -1335,6 +1335,10 @@ available. They are listed here in alphabetical order.
argument form specifies the arguments exactly and makes the appropriate argument form specifies the arguments exactly and makes the appropriate
references. references.
For practical suggestions on how to design cooperative classes using
:func:`super`, see `guide to using super()
<http://rhettinger.wordpress.com/2011/05/26/super-considered-super/>`_.
.. versionadded:: 2.2 .. versionadded:: 2.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment