From 783a30f38e67ebd828cc32ca93db8579d0efffb8 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 1 Jun 2011 14:57:13 -0700 Subject: [PATCH] Link to suggestions for how to use super(). --- Doc/library/functions.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 962a53d45ea..1c6c76a5078 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