projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6401e79
)
Issue23675 - A tiny clarification in the MRO glossary term.
author
Senthil Kumaran
<senthil@uthcode.com>
Sun, 10 Jan 2016 06:33:54 +0000
(22:33 -0800)
committer
Senthil Kumaran
<senthil@uthcode.com>
Sun, 10 Jan 2016 06:33:54 +0000
(22:33 -0800)
Doc/glossary.rst
patch
|
blob
|
history
diff --git
a/Doc/glossary.rst
b/Doc/glossary.rst
index 648c6791ae5017e53e278ff488195125931b688c..ad71c374b45e019dee6400c851d2d2e7df891a2e 100644
(file)
--- 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
- <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