Minor fix for currentframe (SF #1652788).
[python.git] / Doc / lib / custominterp.tex
blob555b888dac3b68582828f67130a5078b6aa97af5
1 \chapter{Custom Python Interpreters}
2 \label{custominterp}
4 The modules described in this chapter allow writing interfaces similar
5 to Python's interactive interpreter. If you want a Python interpreter
6 that supports some special feature in addition to the Python language,
7 you should look at the \module{code} module. (The \module{codeop}
8 module is lower-level, used to support compiling a possibly-incomplete
9 chunk of Python code.)
11 The full list of modules described in this chapter is:
13 \localmoduletable