From: Raymond Hettinger Date: Wed, 1 Jun 2011 21:57:13 +0000 (-0700) Subject: Link to suggestions for how to use super(). X-Git-Tag: v2.7.3rc1~709 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=783a30f38e67ebd828cc32ca93db8579d0efffb8;p=thirdparty%2FPython%2Fcpython.git Link to suggestions for how to use super(). --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 962a53d45eab..1c6c76a5078f 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1335,6 +1335,10 @@ available. They are listed here in alphabetical order. argument form specifies the arguments exactly and makes the appropriate references. + For practical suggestions on how to design cooperative classes using + :func:`super`, see `guide to using super() + `_. + .. versionadded:: 2.2