From: Senthil Kumaran Date: Sun, 10 Jan 2016 06:36:13 +0000 (-0800) Subject: Issue23675 - A tiny clarification in the MRO glossary term. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=145b1c6c2a2affdcd5321c71f1ca070a3728076d;p=python Issue23675 - A tiny clarification in the MRO glossary term. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 8b6dbac813..6a6feba21c 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -519,7 +519,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