diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-04 00:48:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-04 00:48:49 (GMT) |
commit | b3cc29b4934ed39cbd5237d58f6a26c8e591a166 (patch) | |
tree | 231a7d52bf642ed96826c2a181f2f0269973b574 /Doc | |
parent | d5efb1708617479d095fc6368108dcd2e3ed0518 (diff) | |
download | cpython-b3cc29b4934ed39cbd5237d58f6a26c8e591a166.zip cpython-b3cc29b4934ed39cbd5237d58f6a26c8e591a166.tar.gz cpython-b3cc29b4934ed39cbd5237d58f6a26c8e591a166.tar.bz2 |
Note that the mimetypes.MimeTypes class was added in Python 2.2.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmimetypes.tex | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ want more than one MIME-type database: 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} |