diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-09-05 23:24:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 23:24:39 (GMT) |
commit | 60dbed18509f99af8eaa685d9736f954b8d621fb (patch) | |
tree | b0ed32d3b9615ff618f9249415b4f6f8b7368499 /Doc/library/importlib.rst | |
parent | faa57cbe7074b26807cd7ed89a7b173b5cbf3086 (diff) | |
download | cpython-60dbed18509f99af8eaa685d9736f954b8d621fb.zip cpython-60dbed18509f99af8eaa685d9736f954b8d621fb.tar.gz cpython-60dbed18509f99af8eaa685d9736f954b8d621fb.tar.bz2 |
link to legacy doc on the non-legacy website (#3362)
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r-- | Doc/library/importlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 45a02e5..3a72648 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -32,7 +32,7 @@ generically as an :term:`importer`) to participate in the import process. :ref:`import` 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 the writing of this document (e.g. redirecting based on ``None`` in :data:`sys.modules`). |