]> granicus.if.org Git - python/commitdiff
as_string(): Indicate that this mangles From_ lines.
authorBarry Warsaw <barry@python.org>
Sun, 3 Oct 2004 03:38:07 +0000 (03:38 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 3 Oct 2004 03:38:07 +0000 (03:38 +0000)
Lib/email/Message.py

index d23a26f8c87a128a5b1ef888ea4615564e42073f..977f802305b8771da8c9381dbcaaccb892b759a0 100644 (file)
@@ -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