mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -709,7 +709,7 @@ Custom classes
|
|||
where there are multiple inheritance paths leading back to a common ancestor.
|
||||
Additional details on the C3 MRO used by Python can be found in the
|
||||
documentation accompanying the 2.3 release at
|
||||
http://www.python.org/download/releases/2.3/mro/.
|
||||
https://www.python.org/download/releases/2.3/mro/.
|
||||
|
||||
.. XXX: Could we add that MRO doc as an appendix to the language ref?
|
||||
|
||||
|
|
|
@ -901,7 +901,7 @@ References
|
|||
|
||||
The import machinery has evolved considerably since Python's early days. The
|
||||
original `specification for packages
|
||||
<http://www.python.org/doc/essays/packages.html>`_ is still available to read,
|
||||
<https://www.python.org/doc/essays/packages.html>`_ is still available to read,
|
||||
although some details have changed since the writing of that document.
|
||||
|
||||
The original specification for :data:`sys.meta_path` was :pep:`302`, with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue