From: Benjamin Peterson Date: Wed, 6 Sep 2017 00:45:11 +0000 (-0700) Subject: [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368) X-Git-Tag: v3.6.3rc1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b1329debc2ca0311af9a5e9a11709a000029bb7;p=python [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368) (cherry picked from commit 60dbed18509f99af8eaa685d9736f954b8d621fb) --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 1fd56983d0..6406e306c4 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 `__ + `Packages specification `__ Original specification of packages. Some semantics have changed since the writing of this document (e.g. redirecting based on ``None`` in :data:`sys.modules`). diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index d504f37387..8cf16cad4c 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -965,7 +965,7 @@ References The import machinery has evolved considerably since Python's early days. The original `specification for packages -`_ is still available to read, +`_ 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