[Python-checkins] cpython (2.7): Link to suggestions for how to use super().

raymond.hettinger python-checkins at python.org
Wed Jun 1 23:57:23 CEST 2011


http://hg.python.org/cpython/rev/418d2d3117ca
changeset:   70596:418d2d3117ca
branch:      2.7
parent:      70580:3e445ceee4f5
user:        Raymond Hettinger <python at rcn.com>
date:        Wed Jun 01 14:57:13 2011 -0700
summary:
  Link to suggestions for how to use super().

files:
  Doc/library/functions.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1335,6 +1335,10 @@
    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()
+   <http://rhettinger.wordpress.com/2011/05/26/super-considered-super/>`_.
+
    .. versionadded:: 2.2
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list