[Python-checkins] CVS: python/dist/src/Doc/lib libmimetypes.tex,1.8,1.9

Fred L. Drake fdrake@users.sourceforge.net
Fri, 03 Aug 2001 17:48:51 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv19078/Doc/lib

Modified Files:
	libmimetypes.tex 
Log Message:

Note that the mimetypes.MimeTypes class was added in Python 2.2.


Index: libmimetypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmimetypes.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** libmimetypes.tex	2001/08/03 21:03:14	1.8
--- libmimetypes.tex	2001/08/04 00:48:49	1.9
***************
*** 114,117 ****
--- 114,119 ----
    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}