mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
regex and regsub are obsolete and Evil, so don't include them in the club.
This commit is contained in:
parent
e9133f7e2e
commit
7f577e7fd4
2 changed files with 2 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue