summaryrefslogtreecommitdiffstats
path: root/Doc/libstd.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/libstd.tex
parent0b0719866e8a32d0a787e73bca9e79df1d1a74f8 (diff)
downloadcpython-5fdeeeae2a12b9956cc84d62eae82f72cabc8664.zip
cpython-5fdeeeae2a12b9956cc84d62eae82f72cabc8664.tar.gz
cpython-5fdeeeae2a12b9956cc84d62eae82f72cabc8664.tar.bz2
Restructured library documentation
Diffstat (limited to 'Doc/libstd.tex')
-rwxr-xr-xDoc/libstd.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/libstd.tex b/Doc/libstd.tex
new file mode 100755
index 0000000..e642a8d
--- /dev/null
+++ b/Doc/libstd.tex
@@ -0,0 +1,7 @@
+\chapter{Standard Modules}
+
+The modules described in this chapter are implemented in Python, but
+are considered to be a part of Python's standard environment: they are
+always available.\footnote{at least in theory --- it is possible to
+botch the library installation or to sabotage the module search path
+so that these modules cannot be found.}