diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-25 18:26:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-25 18:26:21 (GMT) |
commit | 7f577e7fd4a06c4a6494b365a1667f8a1cedffd6 (patch) | |
tree | 9a763c37215874c8146c9d8e8d3c461d48c6f227 | |
parent | e9133f7e2efbe68f89cb35cbc6a8bcc8bf389ad1 (diff) | |
download | cpython-7f577e7fd4a06c4a6494b365a1667f8a1cedffd6.zip cpython-7f577e7fd4a06c4a6494b365a1667f8a1cedffd6.tar.gz cpython-7f577e7fd4a06c4a6494b365a1667f8a1cedffd6.tar.bz2 |
regex and regsub are obsolete and Evil, so don't include them in the club.
-rw-r--r-- | Doc/Makefile.deps | 2 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 313e8bf..57393cb 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -66,8 +66,6 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libstring.tex \ ../lib/libcodecs.tex \ ../lib/libunicodedata.tex \ - ../lib/libregex.tex \ - ../lib/libregsub.tex \ ../lib/libstruct.tex \ ../lib/libmisc.tex \ ../lib/libmath.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 87101f8..6ebfadd 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -100,8 +100,8 @@ and how to embed it in other applications. \input{libstrings} % String Services \input{libstring} \input{libre} -\input{libregex} -\input{libregsub} +%\input{libregex} +%\input{libregsub} \input{libstruct} \input{libfpformat} \input{libstringio} |