From: Guido van Rossum Date: Tue, 25 Mar 1997 22:09:18 +0000 (+0000) Subject: Added docs for glob and mailcap X-Git-Tag: v1.5a1~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6a80262e10a2817db0ea181ed7a9c58df858bef;p=python Added docs for glob and mailcap --- diff --git a/Doc/lib.tex b/Doc/lib.tex index 1de9386132..c6ca392d08 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 1de9386132..c6ca392d08 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}