Commit 656a8415 authored by Senthil Kumaran's avatar Senthil Kumaran

merge from 3.5

Issue23675 - A tiny clarification in the MRO glossary term.
parents c0a732e9 3858a1c1
...@@ -626,7 +626,8 @@ Glossary ...@@ -626,7 +626,8 @@ Glossary
method resolution order method resolution order
Method Resolution Order is the order in which base classes are searched 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 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 module
An object that serves as an organizational unit of Python code. Modules An object that serves as an organizational unit of Python code. Modules
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment