summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-05-27-15-29-46.bpo-30835.3FoaWH.rst
blob: 019321d6f1d722c4e0786794c3c23030b22146d3 (plain)
1
2
3
Fixed a bug in email parsing where a message with invalid bytes in
content-transfer-encoding of a multipart message can cause an AttributeError.
Patch by Andrew Donnellan.