[New-bugs-announce] [issue14734] Use binascii.b2a_qp/a2b_qp in email package header handling?

R. David Murray report at bugs.python.org
Sat May 5 22:17:42 CEST 2012


New submission from R. David Murray <rdmurray at bitdance.com>:

Currently the email package uses its own custom quoted printable encode/decode implementation for handling header quoted printable CTE encoding and decoding.  It could be that using binascii would work, and be more performant.  Or it might not be, but it seems like it might be worth investigating.

----------
assignee: r.david.murray
messages: 160038
nosy: r.david.murray
priority: low
severity: normal
status: open
title: Use binascii.b2a_qp/a2b_qp in email package header handling?
type: performance
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14734>
_______________________________________


More information about the New-bugs-announce mailing list