From: Guido van Rossum Date: Wed, 30 Jul 1997 22:02:28 +0000 (+0000) Subject: Mention decode_base64 in example. X-Git-Tag: v1.5a3~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d25e7d8a9294c6126cdd1798bed6dfcb50328a;p=python Mention decode_base64 in example. --- diff --git a/Lib/mimify.py b/Lib/mimify.py index c8af62385d..1e93ade8b8 100755 --- a/Lib/mimify.py +++ b/Lib/mimify.py @@ -7,7 +7,7 @@ quoted-printable. Usage: mimify(input, output) - unmimify(input, output) + unmimify(input, output, decode_base64 = 0) to encode and decode respectively. Input and output may be the name of a file or an open file object. Only a readline() method is used on the input file, only a write() method is used on the output file.