From: Fred Drake Date: Sat, 4 Aug 2001 00:48:49 +0000 (+0000) Subject: Note that the mimetypes.MimeTypes class was added in Python 2.2. X-Git-Tag: v2.2a3~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3cc29b4934ed39cbd5237d58f6a26c8e591a166;p=python 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 3801109bf3..327b2ba7fe 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}