mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added fnmatch, base64 and quopri, received from Andrew Kuchling.
This commit is contained in:
parent
8be9a11617
commit
e76b7a8fcd
13 changed files with 250 additions and 1 deletions
|
@ -114,7 +114,8 @@ LIBFILES = lib.tex \
|
|||
librestricted.tex librexec.tex libbastion.tex \
|
||||
libformatter.tex liboperator.tex libsoundex.tex libresource.tex \
|
||||
libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \
|
||||
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex
|
||||
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \
|
||||
libbase64.tex libfnmatch.tex libquopri.tex
|
||||
|
||||
# Library document
|
||||
lib.dvi: $(LIBFILES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue