mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Mention decode_base64 in example.
This commit is contained in:
parent
bc0cd37fe2
commit
74d25e7d8a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue