mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Break the "Python Services" chapter into two: "Python Runtime Services"
(still at the start of the manual), and "Python Language Services" (late in the manual). Moved "Restricted Execution" to just before "Python Language Services."
This commit is contained in:
parent
c253d9a623
commit
ed13b4a5a6
4 changed files with 30 additions and 17 deletions
10
Doc/lib/language.tex
Normal file
10
Doc/lib/language.tex
Normal file
|
@ -0,0 +1,10 @@
|
|||
\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
|
Loading…
Add table
Add a link
Reference in a new issue