summaryrefslogtreecommitdiffstats
path: root/Doc/libmods.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-02 01:22:07 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-02 01:22:07 (GMT)
commit5fdeeeae2a12b9956cc84d62eae82f72cabc8664 (patch)
treeac0053479e10099850c8e0d06e31cb3afbf632bb /Doc/libmods.tex
parent0b0719866e8a32d0a787e73bca9e79df1d1a74f8 (diff)
downloadcpython-5fdeeeae2a12b9956cc84d62eae82f72cabc8664.zip
cpython-5fdeeeae2a12b9956cc84d62eae82f72cabc8664.tar.gz
cpython-5fdeeeae2a12b9956cc84d62eae82f72cabc8664.tar.bz2
Restructured library documentation
Diffstat (limited to 'Doc/libmods.tex')
-rwxr-xr-xDoc/libmods.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/libmods.tex b/Doc/libmods.tex
new file mode 100755
index 0000000..3b902de
--- /dev/null
+++ b/Doc/libmods.tex
@@ -0,0 +1,7 @@
+\chapter{Built-in Modules}
+
+The modules described in this chapter are built into the interpreter
+and considered part of Python's standard environment: they are always
+avaialble.\footnote{at least in theory --- it is possible to specify
+at build time that one or more of these modules should be excluded,
+but it would be antisocial to do so.}