diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-27 15:02:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-27 15:02:37 (GMT) |
commit | e4d78189e8e66fa010d28e466d23714d68c760e6 (patch) | |
tree | 586843a7e66e22649f07015f518de0e73a3e6100 /Doc | |
parent | 7fefba5c130c0a2eb0fda34040a515447e463a03 (diff) | |
download | cpython-e4d78189e8e66fa010d28e466d23714d68c760e6.zip cpython-e4d78189e8e66fa010d28e466d23714d68c760e6.tar.gz cpython-e4d78189e8e66fa010d28e466d23714d68c760e6.tar.bz2 |
Added entries for mutex and nis modules.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 2 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f1001b8..3870713 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -195,6 +195,8 @@ LIBFILES= ../lib/lib.tex \ ../lib/libchunk.tex \ ../lib/libcodeop.tex \ ../lib/libcurses.tex \ + ../lib/libmutex.tex \ + ../lib/libnis.tex \ ../lib/libpipes.tex \ ../lib/librlcompleter.tex \ ../lib/libsched.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 7d51371..15535ac 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -146,6 +146,7 @@ add new extensions to Python and how to embed it in other applications. \input{libfnmatch} \input{libshutil} \input{liblocale} +\input{libmutex} \input{libsomeos} % Optional Operating System Services \input{libsignal} @@ -175,6 +176,7 @@ add new extensions to Python and how to embed it in other applications. \input{libpipes} \input{libposixfile} \input{libresource} +\input{libnis} \input{libsyslog} \input{libpopen2} \input{libcommands} |