| Fred Drake | ed13b4a | 2000-08-03 21:18:18 +0000 | [diff] [blame] | 1 | \chapter{Python Language Services |
| 2 | \label{language}} | ||||
| 3 | |||||
| 4 | Python provides a number of modules to assist in working with the | ||||
| 5 | Python language. These module support tokenizing, parsing, syntax | ||||
| 6 | analysis, bytecode disassembly, and various other facilities. | ||||
| 7 | |||||
| 8 | These modules include: | ||||
| 9 | |||||
| 10 | \localmoduletable | ||||