summaryrefslogtreecommitdiffstats
path: root/Doc/libundoc.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-03-25 22:07:53 (GMT)
committerGuido van Rossum <guido@python.org>1997-03-25 22:07:53 (GMT)
commite6d579ddbc3c2859476da5d49dc781cbd2105c83 (patch)
treebf66d89e540ca9155ec440d0b1febded66ee6fea /Doc/libundoc.tex
parent20af95b4338e022d9dd58a0d8ae848b5a8557b92 (diff)
downloadcpython-e6d579ddbc3c2859476da5d49dc781cbd2105c83.zip
cpython-e6d579ddbc3c2859476da5d49dc781cbd2105c83.tar.gz
cpython-e6d579ddbc3c2859476da5d49dc781cbd2105c83.tar.bz2
Added docs for glob
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r--Doc/libundoc.tex2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index bcd52a9..c2ad102 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -53,8 +53,6 @@ quopri.py -- Conversions to/from quoted-printable transport encoding
Some of these are very old and/or not very robust; marked with ``hmm''.
-glob.py -- filename globbing (high level interface)
-
fnmatch.py -- filename globbing (low level interface)
calendar.py -- Calendar printing functions