blob: 555b888dac3b68582828f67130a5078b6aa97af5 [file] [log] [blame]
Andrew M. Kuchlinga0b25e92005-12-22 20:27:43 +00001\chapter{Custom Python Interpreters}
2\label{custominterp}
3
4The modules described in this chapter allow writing interfaces similar
5to Python's interactive interpreter. If you want a Python interpreter
6that supports some special feature in addition to the Python language,
7you should look at the \module{code} module. (The \module{codeop}
8module is lower-level, used to support compiling a possibly-incomplete
9chunk of Python code.)
10
11The full list of modules described in this chapter is:
12
13\localmoduletable