diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-09-06 00:45:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 00:45:11 (GMT) |
commit | 1b1329debc2ca0311af9a5e9a11709a000029bb7 (patch) | |
tree | a70d3938f6838f2b611cbfe931697927a79e44e1 /Doc/library | |
parent | 9a3b3852afe61f9083d336c4394984d0e92799a3 (diff) | |
download | cpython-1b1329debc2ca0311af9a5e9a11709a000029bb7.zip cpython-1b1329debc2ca0311af9a5e9a11709a000029bb7.tar.gz cpython-1b1329debc2ca0311af9a5e9a11709a000029bb7.tar.bz2 |
[3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)
(cherry picked from commit 60dbed18509f99af8eaa685d9736f954b8d621fb)
Diffstat (limited to 'Doc/library')
-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 1fd5698..6406e30 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`). |