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
0a73d4db
Commit
0a73d4db
authored
Apr 02, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed reference to ni module.
parent
9ac80cb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Doc/lib/libfuncs.tex
Doc/lib/libfuncs.tex
+1
-2
Doc/libfuncs.tex
Doc/libfuncs.tex
+1
-2
No files found.
Doc/lib/libfuncs.tex
View file @
0a73d4db
...
...
@@ -12,12 +12,11 @@ This function is invoked by the \keyword{import} statement. It
mainly exists so that you can replace it with another
function that has a compatible interface, in order to change the
semantics of the
\keyword
{
import
}
statement. For examples of why and
how you would do this, see the standard library modules
\module
{
ni
}
,
how you would do this, see the standard library modules
\module
{
ihooks
}
and
\module
{
rexec
}
. See also the built-in module
\module
{
imp
}
, which defines some useful operations out of which you can
build your own
\function
{__
import
__
()
}
function.
\stindex
{
import
}
\refstmodindex
{
ni
}
\refstmodindex
{
ihooks
}
\refstmodindex
{
rexec
}
\refbimodindex
{
imp
}
...
...
Doc/libfuncs.tex
View file @
0a73d4db
...
...
@@ -12,12 +12,11 @@ This function is invoked by the \keyword{import} statement. It
mainly exists so that you can replace it with another
function that has a compatible interface, in order to change the
semantics of the
\keyword
{
import
}
statement. For examples of why and
how you would do this, see the standard library modules
\module
{
ni
}
,
how you would do this, see the standard library modules
\module
{
ihooks
}
and
\module
{
rexec
}
. See also the built-in module
\module
{
imp
}
, which defines some useful operations out of which you can
build your own
\function
{__
import
__
()
}
function.
\stindex
{
import
}
\refstmodindex
{
ni
}
\refstmodindex
{
ihooks
}
\refstmodindex
{
rexec
}
\refbimodindex
{
imp
}
...
...
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