Added fnmatch, base64 and quopri, received from Andrew Kuchling.

This commit is contained in:
Guido van Rossum 1997-04-27 21:25:52 +00:00
parent 8be9a11617
commit e76b7a8fcd
13 changed files with 250 additions and 1 deletions

View file

@ -26,4 +26,7 @@ systems as well. Here's an overview:
\item[glob]
--- Unix shell style pathname pattern expansion.
\item[fnmatch]
--- Unix shell style pathname pattern matching.
\end{description}