mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use https:// URLs when referring to python.org hosts.
This commit is contained in:
parent
46761ec7c2
commit
e73778c1ac
54 changed files with 160 additions and 160 deletions
|
@ -643,7 +643,7 @@ class, that calls each parent only once, and that is monotonic (meaning that a
|
|||
class can be subclassed without affecting the precedence order of its parents).
|
||||
Taken together, these properties make it possible to design reliable and
|
||||
extensible classes with multiple inheritance. For more detail, see
|
||||
http://www.python.org/download/releases/2.3/mro/.
|
||||
https://www.python.org/download/releases/2.3/mro/.
|
||||
|
||||
|
||||
.. _tut-private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue