File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ generically as an :term:`importer`) to participate in the import process.
32
32
:ref: `import `
33
33
The language reference for the :keyword: `import ` statement.
34
34
35
- `Packages specification <http ://legacy .python.org/doc/essays/packages.html >`__
35
+ `Packages specification <https ://www .python.org/doc/essays/packages/ >`__
36
36
Original specification of packages. Some semantics have changed since
37
37
the writing of this document (e.g. redirecting based on ``None ``
38
38
in :data: `sys.modules `).
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ References
965
965
966
966
The import machinery has evolved considerably since Python's early days. The
967
967
original `specification for packages
968
- <http ://legacy .python.org/doc/essays/packages.html > `_ is still available to read,
968
+ <https ://www .python.org/doc/essays/packages/ > `_ is still available to read,
969
969
although some details have changed since the writing of that document.
970
970
971
971
The original specification for :data: `sys.meta_path ` was :pep: `302 `, with
You can’t perform that action at this time.
0 commit comments