symbian-qemu-0.9.1-12/python-2.6.1/Doc/library/custominterp.rst
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 
       
     2 .. _custominterp:
       
     3 
       
     4 **************************
       
     5 Custom Python Interpreters
       
     6 **************************
       
     7 
       
     8 The modules described in this chapter allow writing interfaces similar to
       
     9 Python's interactive interpreter.  If you want a Python interpreter that
       
    10 supports some special feature in addition to the Python language, you should
       
    11 look at the :mod:`code` module.  (The :mod:`codeop` module is lower-level, used
       
    12 to support compiling a possibly-incomplete chunk of Python code.)
       
    13 
       
    14 The full list of modules described in this chapter is:
       
    15 
       
    16 
       
    17 .. toctree::
       
    18 
       
    19    code.rst
       
    20    codeop.rst