New submission from R. David Murray <rdmur...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14734> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com