summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 09:57:42 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 09:57:42 (GMT)
commitbad8d4bb53577fbea939d3490713dc9d941eb27f (patch)
tree4c0c54f3f3d2a671f754cead2fafe30cddead67f /Doc/library/importlib.rst
parent794e9bf1fe5bd0000f90c1502b16c96eb68a59af (diff)
parentb7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (diff)
downloadcpython-bad8d4bb53577fbea939d3490713dc9d941eb27f.zip
cpython-bad8d4bb53577fbea939d3490713dc9d941eb27f.tar.gz
cpython-bad8d4bb53577fbea939d3490713dc9d941eb27f.tar.bz2
merge with 3.4
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r--Doc/library/importlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 65638d4..beac9d7 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -29,7 +29,7 @@ generically as an :term:`importer`) to participate in the import process.
:ref:`import`
The language reference for the :keyword:`import` statement.
- `Packages specification <https://www.python.org/doc/essays/packages.html>`__
+ `Packages specification <http://legacy.python.org/doc/essays/packages.html>`__
Original specification of packages. Some semantics have changed since
the writing of this document (e.g. redirecting based on ``None``
in :data:`sys.modules`).