[Python-checkins] python/dist/src/Lib/email Message.py,1.30,1.31

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 18 Apr 2003 16:04:38 -0700


Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1:/tmp/cvs-serv18340

Modified Files:
	Message.py 
Log Message:
as_string(): Added some text to the docstring to make it clear that
it's a convenience only and give hints on what to do for more
flexibility.


Index: Message.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/Message.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Message.py	11 Mar 2003 04:33:30 -0000	1.30
--- Message.py	18 Apr 2003 23:04:35 -0000	1.31
***************
*** 103,106 ****
--- 103,110 ----
          Optional `unixfrom' when True, means include the Unix From_ envelope
          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
+         Generator instance.
          """
          from email.Generator import Generator