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-Tag: v2.7.12rc1~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=145b1c6c2a2affdcd5321c71f1ca070a3728076d;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 8b6dbac81351..6a6feba21c9a 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