summaryrefslogtreecommitdiffstats
path: root/Lib/email/message.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-15 18:01:18 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-15 18:01:18 (GMT)
commit7dedcb46441803444a3bdb0f9773d9d9b10186e9 (patch)
treefe1ad163264f4888598458d496850be2c7ff7a77 /Lib/email/message.py
parent8beaa6c2eca32351a6bc3204f4350176fd972fd6 (diff)
downloadcpython-7dedcb46441803444a3bdb0f9773d9d9b10186e9.zip
cpython-7dedcb46441803444a3bdb0f9773d9d9b10186e9.tar.gz
cpython-7dedcb46441803444a3bdb0f9773d9d9b10186e9.tar.bz2
#11555: update doc for 3.x change to as_string mangle_from default.
Diffstat (limited to 'Lib/email/message.py')
-rw-r--r--Lib/email/message.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/email/message.py b/Lib/email/message.py
index 9ef2363..d30f109 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