diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-11 18:36:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-11 18:36:42 (GMT) |
commit | 7df4dd7de2354ba4675db3d6f4aaca7416969282 (patch) | |
tree | 337e3b7bf3771f836a8a184aada1694c2de74a1d /Doc | |
parent | 1739d2f9eebb857778187abe2943582ee37b23e1 (diff) | |
download | cpython-7df4dd7de2354ba4675db3d6f4aaca7416969282.zip cpython-7df4dd7de2354ba4675db3d6f4aaca7416969282.tar.gz cpython-7df4dd7de2354ba4675db3d6f4aaca7416969282.tar.bz2 |
Add entry for the fpformat module.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 84b1ae0..201db22 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -181,6 +181,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/libmhlib.tex \ ../lib/libtelnetlib.tex \ ../lib/libcolorsys.tex \ + ../lib/libfpformat.tex \ ../lib/libcfgparser.tex # LaTeX source files for Macintosh Library Modules. diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 72a457f..b9e8908 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{libregex} \input{libregsub} \input{libstruct} +\input{libfpformat} \input{libstringio} %\input{libsoundex} |