From: Senthil Kumaran Date: Sun, 10 Jan 2016 06:33:54 +0000 (-0800) Subject: Issue23675 - A tiny clarification in the MRO glossary term. X-Git-Tag: v3.6.0a1~805^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3858a1c18c029f3c35a3e0a55de058b6efc06629;p=thirdparty%2FPython%2Fcpython.git Issue23675 - A tiny clarification in the MRO glossary term. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 648c6791ae50..ad71c374b45e 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -626,7 +626,8 @@ Glossary 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 - `_. + `_ 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