From 05bef930fa6a16f7b0bb1d2a145db4d79927dc70 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 3 Oct 2004 03:38:07 +0000 Subject: [PATCH] as_string(): Indicate that this mangles From_ lines. --- Lib/email/Message.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/email/Message.py b/Lib/email/Message.py index d23a26f8c8..977f802305 100644 --- a/Lib/email/Message.py +++ b/Lib/email/Message.py @@ -119,7 +119,8 @@ class Message: header. 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. """ from email.Generator import Generator -- 2.40.0