[Python-checkins] python/dist/src/Doc/lib libmimify.tex,1.11,1.11.18.1

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 18 Jun 2002 11:51:51 -0700


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

Modified Files:
      Tag: release22-maint
	libmimify.tex 
Log Message:
Note the limitation that mime_decode_header() only works for Latin-1.
Closes SF bug #551912.


Index: libmimify.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmimify.tex,v
retrieving revision 1.11
retrieving revision 1.11.18.1
diff -C2 -d -r1.11 -r1.11.18.1
*** libmimify.tex	6 Jul 2001 19:28:48 -0000	1.11
--- libmimify.tex	18 Jun 2002 18:51:49 -0000	1.11.18.1
***************
*** 49,52 ****
--- 49,53 ----
  \begin{funcdesc}{mime_decode_header}{line}
  Return a decoded version of the encoded header line in \var{line}.
+ This only supports the ISO 8859-1 charset (Latin-1).
  \end{funcdesc}