From 7dedcb46441803444a3bdb0f9773d9d9b10186e9 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Tue, 15 Mar 2011 14:01:18 -0400 Subject: #11555: update doc for 3.x change to as_string mangle_from default. --- Lib/email/message.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Lib/email/message.py') diff --git a/Lib/email/message.py b/Lib/email/message.py index 9ef2363e62..d30f109a5b 100644 --- a/Lib/email/message.py +++ b/Lib/email/message.py @@ -136,8 +136,7 @@ class Message: header. This is a convenience method and may not generate the message exactly - as you intend because by default it mangles lines that begin with - "From ". For more flexibility, use the flatten() method of a + as you intend. For more flexibility, use the flatten() method of a Generator instance. """ from email.generator import Generator -- cgit v1.2.1