diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-09 22:47:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-09 22:47:46 (GMT) |
commit | 3c48ef7de8706835640441b821010001f35f41eb (patch) | |
tree | 2d7dca2668cc5c1f469209dbd7e3ea589f1ff233 /Doc/lib/lib.tex | |
parent | 92f4b366cbbc0840ad4fca34e7dfceead66a90b4 (diff) | |
download | cpython-3c48ef7de8706835640441b821010001f35f41eb.zip cpython-3c48ef7de8706835640441b821010001f35f41eb.tar.gz cpython-3c48ef7de8706835640441b821010001f35f41eb.tar.bz2 |
Added documentation for the xreadlines module & related changes. The
documentation was written by Jeff Epler (thanks!).
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1792d18..d0b44b5 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -121,6 +121,7 @@ and how to embed it in other applications. \input{libarray} \input{libcfgparser} \input{libfileinput} +\input{libxreadlines} \input{libcalendar} \input{libcmd} \input{libshlex} |