mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
_handle_multipart(): If there is an epilogue and the epilogue does
not itself start with a newline, add a newline before writing the
epilogue. Closes SF bug #472481.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Encoders.py | ||
| Errors.py | ||
| Generator.py | ||
| Iterators.py | ||
| Message.py | ||
| MIMEAudio.py | ||
| MIMEBase.py | ||
| MIMEImage.py | ||
| MIMEMessage.py | ||
| MIMEText.py | ||
| Parser.py | ||
| Utils.py | ||