diff options
author | Guido van Rossum <guido@python.org> | 1997-03-25 22:07:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-25 22:07:53 (GMT) |
commit | e6d579ddbc3c2859476da5d49dc781cbd2105c83 (patch) | |
tree | bf66d89e540ca9155ec440d0b1febded66ee6fea /Doc/liballos.tex | |
parent | 20af95b4338e022d9dd58a0d8ae848b5a8557b92 (diff) | |
download | cpython-e6d579ddbc3c2859476da5d49dc781cbd2105c83.zip cpython-e6d579ddbc3c2859476da5d49dc781cbd2105c83.tar.gz cpython-e6d579ddbc3c2859476da5d49dc781cbd2105c83.tar.bz2 |
Added docs for glob
Diffstat (limited to 'Doc/liballos.tex')
-rw-r--r-- | Doc/liballos.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/liballos.tex b/Doc/liballos.tex index c167109..5cf7f94 100644 --- a/Doc/liballos.tex +++ b/Doc/liballos.tex @@ -23,4 +23,7 @@ systems as well. Here's an overview: \item[errno] --- Standard errno system symbols. +\item[glob] +--- Unix shell style pathname pattern expansion. + \end{description} |