summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2002-12-25 23:13:34 (GMT)
committerJust van Rossum <just@letterror.com>2002-12-25 23:13:34 (GMT)
commit89825958705d1aaf2aa7cdf96f79d2f292f3274c (patch)
tree5d17fe48989ec618fbf83de2366d824175bb6625 /Doc
parent00df3e052b25f3de574dd09b4912604ea45c2688 (diff)
downloadcpython-89825958705d1aaf2aa7cdf96f79d2f292f3274c.zip
cpython-89825958705d1aaf2aa7cdf96f79d2f292f3274c.tar.gz
cpython-89825958705d1aaf2aa7cdf96f79d2f292f3274c.tar.bz2
Backing out patch #642578 in anticipation of final acceptance of PEP 302.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libimp.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex
index 531c474..150f5b4 100644
--- a/Doc/lib/libimp.tex
+++ b/Doc/lib/libimp.tex
@@ -106,21 +106,6 @@ the process of completing its import (and the imports, if any,
triggered by that).
\end{funcdesc}
-\begin{funcdesc}{set_frozenmodules}{seq_of_tuples}
-Set the global list of frozen modules. \var{seq_of_tuples} is a sequence
-of tuples of length 3: (\var{modulename}, \var{codedata}, \var{ispkg})
-\var{modulename} is the name of the frozen module (may contain dots).
-\var{codedata} is a marshalled code object. \var{ispkg} is a boolean
-indicating whether the module is a package.
-\versionadded{2.3}
-\end{funcdesc}
-
-\begin{funcdesc}{get_frozenmodules}{}
-Return the global list of frozen modules as a tuple of tuples. See
-\function{set_frozenmodules()} for a description of its contents.
-\versionadded{2.3}
-\end{funcdesc}
-
The following constants with integer values, defined in this module,
are used to indicate the search result of \function{find_module()}.