Commit 7ed36eb3 authored by Barry Warsaw's avatar Barry Warsaw

as_string(): Indicate that this mangles From_ lines.

parent 391f3377
...@@ -119,7 +119,8 @@ class Message: ...@@ -119,7 +119,8 @@ class Message:
header. header.
This is a convenience method and may not generate the message exactly This is a convenience method and may not generate the message exactly
as you intend. For more flexibility, use the flatten() method of a as you intend because by default it mangles lines that begin with
"From ". For more flexibility, use the flatten() method of a
Generator instance. Generator instance.
""" """
from email.Generator import Generator from email.Generator import Generator
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment