diff options
author | Guido van Rossum <guido@python.org> | 1997-08-14 23:12:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-14 23:12:18 (GMT) |
commit | 1acceb0650aa0bebe082517627d375aea0be25c8 (patch) | |
tree | ad4ebe87ffbedc4e43977f09f131ea6bd3375fdc /Doc/lib.tex | |
parent | ff7d1047782d6a63025ab486109e85313972ac97 (diff) | |
download | cpython-1acceb0650aa0bebe082517627d375aea0be25c8.zip cpython-1acceb0650aa0bebe082517627d375aea0be25c8.tar.gz cpython-1acceb0650aa0bebe082517627d375aea0be25c8.tar.bz2 |
Added AMK's first cut at docs for re.py
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 2980d64..442de74 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -97,6 +97,7 @@ to Python and how to embed it in other applications. \input{libstring} \input{libregex} \input{libregsub} +\input{libre} \input{libstruct} \input{libstrio} \input{libsoundex} |