diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-09-30 20:32:11 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-09-30 20:32:11 (GMT) |
commit | 16dc7f44b1116aab58897bc7e94cb972488206fc (patch) | |
tree | b1e90d9ca27e6dbdd0cd6b6d66fcb8a333a746a3 /Misc | |
parent | 5f12d755a82312673c35e8224b2bde7ced159c52 (diff) | |
download | cpython-16dc7f44b1116aab58897bc7e94cb972488206fc.zip cpython-16dc7f44b1116aab58897bc7e94cb972488206fc.tar.gz cpython-16dc7f44b1116aab58897bc7e94cb972488206fc.tar.bz2 |
Patch #462190, patch #464070: Support quoted printable in the binascii module.
Decode and encode underscores for header style encoding. Fixes bug #463996.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,8 +6,13 @@ Type/class unification and new-style classes Core +- binascii has now two quopri support functions, a2b_qp and b2a_qp. + Library +- quopri's encode and decode methods take an optional header parameter, + which indicates whether output is intended for the header 'Q' encoding. + Tools Build |