Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
60dbed18
Commit
60dbed18
authored
Sep 05, 2017
by
Benjamin Peterson
Committed by
GitHub
Sep 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
link to legacy doc on the non-legacy website (#3362)
parent
faa57cbe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/library/importlib.rst
Doc/library/importlib.rst
+1
-1
Doc/reference/import.rst
Doc/reference/import.rst
+1
-1
No files found.
Doc/library/importlib.rst
View file @
60dbed18
...
...
@@ -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
<
http
s
://
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
`).
...
...
Doc/reference/import.rst
View file @
60dbed18
...
...
@@ -965,7 +965,7 @@ References
The import machinery has evolved considerably since Python'
s
early
days
.
The
original
`
specification
for
packages
<
http
://
legacy
.
python
.
org
/
doc
/
essays
/
packages
.
html
>`
_
is
still
available
to
read
,
<
http
s
://
www
.
python
.
org
/
doc
/
essays
/
packages
/
>`
_
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment