[Python-checkins] cpython (2.7): Issue23675 - A tiny clarification in the MRO glossary term.

senthil.kumaran python-checkins at python.org
Sun Jan 10 01:36:18 EST 2016


https://hg.python.org/cpython/rev/99f5276e4197
changeset:   99824:99f5276e4197
branch:      2.7
parent:      99812:6b72b4b79aef
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sat Jan 09 22:36:13 2016 -0800
summary:
  Issue23675 - A tiny clarification in the MRO glossary term.

files:
  Doc/glossary.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -519,7 +519,8 @@
    method resolution order
       Method Resolution Order is the order in which base classes are searched
       for a member during lookup. See `The Python 2.3 Method Resolution Order
-      <https://www.python.org/download/releases/2.3/mro/>`_.
+      <https://www.python.org/download/releases/2.3/mro/>`_ for details of the
+      algorithm used by the Python interpreter since the 2.3 release.
 
    module
       An object that serves as an organizational unit of Python code.  Modules

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


More information about the Python-checkins mailing list