diff options
author | Guido van Rossum <guido@python.org> | 1997-03-25 22:09:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-25 22:09:18 (GMT) |
commit | b6a80262e10a2817db0ea181ed7a9c58df858bef (patch) | |
tree | bc116c1056c1bfc56262f0a117ff03cddb008c60 | |
parent | e6d579ddbc3c2859476da5d49dc781cbd2105c83 (diff) | |
download | cpython-b6a80262e10a2817db0ea181ed7a9c58df858bef.zip cpython-b6a80262e10a2817db0ea181ed7a9c58df858bef.tar.gz cpython-b6a80262e10a2817db0ea181ed7a9c58df858bef.tar.bz2 |
Added docs for glob and mailcap
-rw-r--r-- | Doc/lib.tex | 2 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 1de9386..c6ca392 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -108,6 +108,7 @@ to Python and how to embed it in other applications. \input{libgetopt} \input{libtempfile} \input{liberrno} +\input{libglob} \input{libsomeos} % Optional Operating System Services \input{libsignal} @@ -149,6 +150,7 @@ to Python and how to embed it in other applications. \input{libmimetools} \input{libbinascii} \input{libxdrlib} +\input{libmailcap} \input{librestricted} \input{librexec} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1de9386..c6ca392 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -108,6 +108,7 @@ to Python and how to embed it in other applications. \input{libgetopt} \input{libtempfile} \input{liberrno} +\input{libglob} \input{libsomeos} % Optional Operating System Services \input{libsignal} @@ -149,6 +150,7 @@ to Python and how to embed it in other applications. \input{libmimetools} \input{libbinascii} \input{libxdrlib} +\input{libmailcap} \input{librestricted} \input{librexec} |