summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-10-03 03:38:07 (GMT)
committerBarry Warsaw <barry@python.org>2004-10-03 03:38:07 (GMT)
commit05bef930fa6a16f7b0bb1d2a145db4d79927dc70 (patch)
tree53f64ea752b426f8ddb86edc933f934b6505d594 /Lib/email
parentbb113867305f8ab70947bffb77961a60d10730dc (diff)
downloadcpython-05bef930fa6a16f7b0bb1d2a145db4d79927dc70.zip
cpython-05bef930fa6a16f7b0bb1d2a145db4d79927dc70.tar.gz
cpython-05bef930fa6a16f7b0bb1d2a145db4d79927dc70.tar.bz2
as_string(): Indicate that this mangles From_ lines.
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/Message.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/email/Message.py b/Lib/email/Message.py
index d23a26f..977f802 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