File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,10 +51,13 @@ \section{\module{binascii} ---
5151Convert binary data to a line(s) of \ASCII {} characters in
5252quoted-printable encoding. The return value is the converted line(s).
5353If the optional argument \var {quotetabs} is present and true, all tabs
54- and spaces will be encoded. If the optional argument \var {header} is
54+ and spaces will be encoded.
55+ If the optional argument \var {istext} is present and true,
56+ newlines are not encoded but trailing whitespace will be encoded.
57+ If the optional argument \var {header} is
5558present and true, spaces will be encoded as underscores per RFC1522.
5659If the optional argument \var {header} is present and false, newline
57- characters will be encoded as well, otherwise linefeed conversion might
60+ characters will be encoded as well; otherwise linefeed conversion might
5861corrupt the binary data stream.
5962\end {funcdesc }
6063
You can’t perform that action at this time.
0 commit comments