~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

Viewing changes to Doc/library/language.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-5fstfxju4ufrhthq
Tags: upstream-3.1~a1+20090322
ImportĀ upstreamĀ versionĀ 3.1~a1+20090322

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. _language:
 
3
 
 
4
************************
 
5
Python Language Services
 
6
************************
 
7
 
 
8
Python provides a number of modules to assist in working with the Python
 
9
language.  These modules support tokenizing, parsing, syntax analysis, bytecode
 
10
disassembly, and various other facilities.
 
11
 
 
12
These modules include:
 
13
 
 
14
 
 
15
.. toctree::
 
16
 
 
17
   parser.rst
 
18
   ast.rst
 
19
   symtable.rst
 
20
   symbol.rst
 
21
   token.rst
 
22
   keyword.rst
 
23
   tokenize.rst
 
24
   tabnanny.rst
 
25
   pyclbr.rst
 
26
   py_compile.rst
 
27
   compileall.rst
 
28
   dis.rst
 
29
   pickletools.rst
 
30
   distutils.rst