From: Fred Drake Date: Mon, 25 Sep 2000 18:26:21 +0000 (+0000) Subject: regex and regsub are obsolete and Evil, so don't include them in the club. X-Git-Tag: v2.0b2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f577e7fd4a06c4a6494b365a1667f8a1cedffd6;p=python regex and regsub are obsolete and Evil, so don't include them in the club. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 313e8bfdf9..57393cb512 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 87101f8d65..6ebfaddf4f 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}