summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-04 05:50:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-04 05:50:12 (GMT)
commit4bde97f190f2c0f75c781074138bbf0f2876646f (patch)
tree8af5af7a15a56afe07cc1438ec9d1045ae0645e2 /Doc/lib
parentea2f2b94096f63625a2086bbdcc7dda6454f70ce (diff)
downloadcpython-4bde97f190f2c0f75c781074138bbf0f2876646f.zip
cpython-4bde97f190f2c0f75c781074138bbf0f2876646f.tar.gz
cpython-4bde97f190f2c0f75c781074138bbf0f2876646f.tar.bz2
Add fileinput section under Misc. Services.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/lib.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 67a5553..225797d 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -105,6 +105,7 @@ add new extensions to Python and how to embed it in other applications.
\input{librandom}
\input{librand}
\input{libarray}
+\input{libfileinput}
\input{liballos} % Generic Operating System Services
\input{libos}