[Python-checkins] python/dist/src/Lib/email Message.py,1.38,1.39

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Sun Oct 3 05:38:09 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3748

Modified Files:
	Message.py 
Log Message:
as_string(): Indicate that this mangles From_ lines.


Index: Message.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/Message.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Message.py	3 Oct 2004 03:16:18 -0000	1.38
+++ Message.py	3 Oct 2004 03:38:07 -0000	1.39
@@ -119,7 +119,8 @@
         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



More information about the Python-checkins mailing list