This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年05月05日 20:17 by r.david.murray, last changed 2022年04月11日 14:57 by admin.
| Messages (1) | |||
|---|---|---|---|
| msg160038 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年05月05日 20:17 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58939 |
| 2014年07月02日 21:41:50 | BreamoreBoy | set | versions: + Python 3.5, - Python 3.4 |
| 2012年05月24日 14:56:33 | r.david.murray | set | assignee: r.david.murray -> components: + email nosy: + barry |
| 2012年05月05日 20:17:42 | r.david.murray | create | |