commit | b3cc29b4934ed39cbd5237d58f6a26c8e591a166 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Aug 04 00:48:49 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Aug 04 00:48:49 2001 +0000 |
tree | 231a7d52bf642ed96826c2a181f2f0269973b574 | |
parent | d5efb1708617479d095fc6368108dcd2e3ed0518 [diff] |
Note that the mimetypes.MimeTypes class was added in Python 2.2.
diff --git a/Doc/lib/libmimetypes.tex b/Doc/lib/libmimetypes.tex index 3801109..327b2ba 100644 --- a/Doc/lib/libmimetypes.tex +++ b/Doc/lib/libmimetypes.tex
@@ -113,6 +113,8 @@ The optional \var{filenames} parameter can be used to cause additional files to be loaded ``on top'' of the default database. + + \versionadded{2.2} \end{classdesc}