File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
3232 :ref: `import `
3333 The language reference for the :keyword: `import ` statement.
3434
35- `Packages specification <http ://legacy .python.org/doc/essays/packages.html >`__
35+ `Packages specification <https ://www .python.org/doc/essays/packages/ >`__
3636 Original specification of packages. Some semantics have changed since
3737 the writing of this document (e.g. redirecting based on ``None ``
3838 in :data: `sys.modules `).
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ References
965965
966966The import machinery has evolved considerably since Python's early days. The
967967original `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,
969969although some details have changed since the writing of that document.
970970
971971The original specification for :data: `sys.meta_path ` was :pep: `302 `, with
You can’t perform that action at this time.
0 commit comments