diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-10 14:08:05 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-10 14:08:05 (GMT) |
commit | c08383633a45d0aee77d3dc68c957be29b224e57 (patch) | |
tree | 25c9918062f946690083f86d0cf85efecf2f3ba0 /Doc/library/email.message.rst | |
parent | c51eaf5ca0901f680efb96d7f5400dfc4773a764 (diff) | |
download | cpython-c08383633a45d0aee77d3dc68c957be29b224e57.zip cpython-c08383633a45d0aee77d3dc68c957be29b224e57.tar.gz cpython-c08383633a45d0aee77d3dc68c957be29b224e57.tar.bz2 |
whatsnew: Message.set_param *replace*, Policy.content_manager.
Also cleaned up the email section and fixed some markup bugs in the
email docs.
Diffstat (limited to 'Doc/library/email.message.rst')
-rw-r--r-- | Doc/library/email.message.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index 84a5f51..58f708c 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -466,7 +466,7 @@ Here are the methods of the :class:`Message` class: to ``False``. - .. method:: set_param(param, value, header='Content-Type', requote=True, + .. method:: set_param(param, value, header='Content-Type', requote=True, \ charset=None, language='', replace=False) Set a parameter in the :mailheader:`Content-Type` header. If the @@ -488,7 +488,7 @@ Here are the methods of the :class:`Message` class: end of the list of headers. If *replace* is ``True``, the header will be updated in place. - .. versionchanged: 3.4 ``replace`` keyword was added. + .. versionchanged:: 3.4 ``replace`` keyword was added. .. method:: del_param(param, header='content-type', requote=True) |