summaryrefslogtreecommitdiff
path: root/Lib/mimify.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-30 22:02:28 +0000
committerGuido van Rossum <guido@python.org>1997-07-30 22:02:28 +0000
commit74d25e7d8a9294c6126cdd1798bed6dfcb50328a (patch)
tree788850b9f0cf932f76b9f3ec8112da1f25acf389 /Lib/mimify.py
parentbc0cd37fe25d9775e87040d657db80fc0dad726f (diff)
downloadcpython-git-74d25e7d8a9294c6126cdd1798bed6dfcb50328a.tar.gz
Mention decode_base64 in example.
Diffstat (limited to 'Lib/mimify.py')
-rwxr-xr-xLib/mimify.py2
1 files changed, 1 insertions, 1 deletions
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.