Use https:// URLs when referring to python.org hosts.

This commit is contained in:
Georg Brandl 2014-10-29 08:36:35 +01:00
parent 46761ec7c2
commit e73778c1ac
54 changed files with 160 additions and 160 deletions

View file

@ -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: