summaryrefslogtreecommitdiffstats
path: root/Doc/lib/language.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-03 21:18:18 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-03 21:18:18 (GMT)
commited13b4a5a64742a756e89d75c006b3aafd8183ec (patch)
tree38a31133b48df606a9d514f787c7165322f6ce13 /Doc/lib/language.tex
parentc253d9a6239489972b8807cf8e97395cbe19ba3f (diff)
downloadcpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.zip
cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.tar.gz
cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.tar.bz2
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."
Diffstat (limited to 'Doc/lib/language.tex')
-rw-r--r--Doc/lib/language.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/lib/language.tex b/Doc/lib/language.tex
new file mode 100644
index 0000000..b593f0e
--- /dev/null
+++ b/Doc/lib/language.tex
@@ -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