]> granicus.if.org Git - python/commitdiff
document all the valid encoding values
authorSkip Montanaro <skip@pobox.com>
Wed, 10 Apr 2002 04:37:09 +0000 (04:37 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 10 Apr 2002 04:37:09 +0000 (04:37 +0000)
Doc/lib/libmimetools.tex

index ba12d53dcee1f2191599cb8552cf7a87565a93b8..28efec04c46a4635bf61b9c34ce5cde2d4bcf685 100644 (file)
@@ -29,7 +29,10 @@ part boundary.  The string has the form
 Read data encoded using the allowed MIME \var{encoding} from open file
 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'}.
+\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}
 
 \begin{funcdesc}{encode}{input, output, encoding}