diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 05:50:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 05:50:12 (GMT) |
commit | 4bde97f190f2c0f75c781074138bbf0f2876646f (patch) | |
tree | 8af5af7a15a56afe07cc1438ec9d1045ae0645e2 | |
parent | ea2f2b94096f63625a2086bbdcc7dda6454f70ce (diff) | |
download | cpython-4bde97f190f2c0f75c781074138bbf0f2876646f.zip cpython-4bde97f190f2c0f75c781074138bbf0f2876646f.tar.gz cpython-4bde97f190f2c0f75c781074138bbf0f2876646f.tar.bz2 |
Add fileinput section under Misc. Services.
-rw-r--r-- | Doc/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 67a5553..225797d 100644 --- a/Doc/lib.tex +++ b/Doc/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} 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} |