Staging
v0.5.1
https://github.com/python/cpython
Revision 7af168ff8173d0a0a69bd54dc87768808b02a9ea authored by Greg Ward on 18 June 2003, 01:05:34 UTC, committed by Greg Ward on 18 June 2003, 01:05:34 UTC
1 parent b1ccf7f
Raw File
Tip revision: 7af168ff8173d0a0a69bd54dc87768808b02a9ea authored by Greg Ward on 18 June 2003, 01:05:34 UTC
Patch #755987 (bug #755031): backport from trunk.
Tip revision: 7af168f
language.tex
\chapter{Python Language Services
         \label{language}}

Python provides a number of modules to assist in working with the
Python language.  These module support tokenizing, parsing, syntax
analysis, bytecode disassembly, and various other facilities.

These modules include:

\localmoduletable
back to top