[Python-checkins] python/dist/src/Doc/lib libmimetools.tex,1.20,1.21

montanaro@sourceforge.net montanaro@sourceforge.net
Tue, 09 Apr 2002 21:37:12 -0700


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

Modified Files:
	libmimetools.tex 
Log Message:
document all the valid encoding values


Index: libmimetools.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmimetools.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** libmimetools.tex	3 Aug 2001 18:39:36 -0000	1.20
--- libmimetools.tex	10 Apr 2002 04:37:09 -0000	1.21
***************
*** 30,34 ****
  object \var{input} and write the decoded data to open file object
  \var{output}.  Valid values for \var{encoding} include
! \code{'base64'}, \code{'quoted-printable'} and \code{'uuencode'}.
  \end{funcdesc}
  
--- 30,37 ----
  object \var{input} and write the decoded data to open file object
  \var{output}.  Valid values for \var{encoding} include
! \code{'base64'}, \code{'quoted-printable'}, \code{'uuencode'},
! \code{'x-uuencode'}, \code{'uue'}, \code{'x-uue'}, \code{'7bit'}, and 
! \code{'8bit'}.  Decoding messages encoded in \code{'7bit'} or \code{'8bit'}
! has no effect.  The input is simply copied to the output.
  \end{funcdesc}