[Python-checkins] devguide: Issue #15270. Appease critics by removing a reference to the docs for super().

raymond.hettinger python-checkins at python.org
Sun Sep 23 18:38:20 CEST 2012


http://hg.python.org/devguide/rev/100909b4def0
changeset:   552:100909b4def0
user:        Raymond Hettinger <python at rcn.com>
date:        Sun Sep 23 09:38:11 2012 -0700
summary:
  Issue #15270.  Appease critics by removing a reference to the docs for super().

files:
  documenting.rst |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/documenting.rst b/documenting.rst
--- a/documenting.rst
+++ b/documenting.rst
@@ -203,12 +203,6 @@
 text.  Long descriptions full of corner cases and caveats can create the
 impression that a function is more complex or harder to use than it actually is.
 
-The documentation for :func:`super` is an example of where a good deal of
-information was condensed into a few short paragraphs.  Discussion of
-:func:`super` could have filled a chapter in a book, but it is often easier to
-grasp a terse description than a lengthy narrative.
-
-
 Code Examples
 -------------
 

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


More information about the Python-checkins mailing list