[Python-checkins] python/dist/src/Doc/lib libmimify.tex,1.10,1.10.8.1

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


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

Modified Files:
      Tag: release21-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.10
retrieving revision 1.10.8.1
diff -C2 -d -r1.10 -r1.10.8.1
*** libmimify.tex	4 Apr 2000 20:42:38 -0000	1.10
--- libmimify.tex	18 Jun 2002 18:52:16 -0000	1.10.8.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}