diff options
author | Guido van Rossum <guido@python.org> | 1997-03-03 16:01:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-03 16:01:21 (GMT) |
commit | cda3d7d0e7c5a507bee1ee1610745271af25dea9 (patch) | |
tree | 19fba84f185cd98d48ec25c7f7a9fe4734fdf518 /Doc/lib.tex | |
parent | 20e4210ec4b7303f966939484c0d0023060cc442 (diff) | |
download | cpython-cda3d7d0e7c5a507bee1ee1610745271af25dea9.zip cpython-cda3d7d0e7c5a507bee1ee1610745271af25dea9.tar.gz cpython-cda3d7d0e7c5a507bee1ee1610745271af25dea9.tar.bz2 |
Added (minimal) StringIO docs.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index a7c86d7..66c6b0c 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -93,6 +93,7 @@ to Python and how to embed it in other applications. \input{libregex} \input{libregsub} \input{libstruct} +\input{libstrio} \input{libsoundex} \input{libmisc} % Miscellaneous Services |