summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.mime.rst
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-01-10 19:21:20 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-01-10 19:21:20 (GMT)
commit27e48ef369aa370382d4ead0729b467ee4742c6d (patch)
tree0db41b8b2b89f18cd7d4c68f5f87c9dd4d341ce5 /Doc/library/email.mime.rst
parent673d7e91f7098478ca972267e153da7ff95cc291 (diff)
downloadcpython-27e48ef369aa370382d4ead0729b467ee4742c6d.zip
cpython-27e48ef369aa370382d4ead0729b467ee4742c6d.tar.gz
cpython-27e48ef369aa370382d4ead0729b467ee4742c6d.tar.bz2
Merged revisions 77417 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77417 | r.david.murray | 2010-01-10 14:18:27 -0500 (Sun, 10 Jan 2010) | 10 lines Merged revisions 77412 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77412 | r.david.murray | 2010-01-10 12:41:28 -0500 (Sun, 10 Jan 2010) | 3 lines Issue #7119: document that a program-generated Message object tree may be mutated when serialized. ........ ................
Diffstat (limited to 'Doc/library/email.mime.rst')
-rw-r--r--Doc/library/email.mime.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/email.mime.rst b/Doc/library/email.mime.rst
index 703110a..9cd94d8 100644
--- a/Doc/library/email.mime.rst
+++ b/Doc/library/email.mime.rst
@@ -69,7 +69,8 @@ Here are the classes:
also be added.
Optional *boundary* is the multipart boundary string. When ``None`` (the
- default), the boundary is calculated when needed.
+ default), the boundary is calculated when needed (for example, when the
+ message is serialized).
*_subparts* is a sequence of initial subparts for the payload. It must be
possible to convert this sequence to a list. You can always attach new subparts