source: vendor/python/2.5/Doc/lib/custominterp.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 508 bytes
Line 
1\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
Note: See TracBrowser for help on using the repository browser.