mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
[3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)
(cherry picked from commit 60dbed1850
)
This commit is contained in:
parent
9a3b3852af
commit
1b1329debc
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ generically as an :term:`importer`) to participate in the import process.
|
||||||
:ref:`import`
|
:ref:`import`
|
||||||
The language reference for the :keyword:`import` statement.
|
The language reference for the :keyword:`import` statement.
|
||||||
|
|
||||||
`Packages specification <http://legacy.python.org/doc/essays/packages.html>`__
|
`Packages specification <https://www.python.org/doc/essays/packages/>`__
|
||||||
Original specification of packages. Some semantics have changed since
|
Original specification of packages. Some semantics have changed since
|
||||||
the writing of this document (e.g. redirecting based on ``None``
|
the writing of this document (e.g. redirecting based on ``None``
|
||||||
in :data:`sys.modules`).
|
in :data:`sys.modules`).
|
||||||
|
|
|
@ -965,7 +965,7 @@ References
|
||||||
|
|
||||||
The import machinery has evolved considerably since Python's early days. The
|
The import machinery has evolved considerably since Python's early days. The
|
||||||
original `specification for packages
|
original `specification for packages
|
||||||
<http://legacy.python.org/doc/essays/packages.html>`_ is still available to read,
|
<https://www.python.org/doc/essays/packages/>`_ is still available to read,
|
||||||
although some details have changed since the writing of that document.
|
although some details have changed since the writing of that document.
|
||||||
|
|
||||||
The original specification for :data:`sys.meta_path` was :pep:`302`, with
|
The original specification for :data:`sys.meta_path` was :pep:`302`, with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue