summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
commit1bab7134a8d2e431ccca11a45ba4acb4203db495 (patch)
tree0d65ff15a549ddf8d5a815c7c66b7e1f1f58263d /Doc/whatsnew
parent8cb15bf6ff32b6d9faee29efaae43334fe019360 (diff)
parent44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff)
downloadcpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.zip
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.gz
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.bz2
Merge with 3.3.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 4ea4995..6188335 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1208,6 +1208,8 @@ the ``Message`` object it is serializing. The default policy is
The minimum set of controls implemented by all ``policy`` objects are:
+ .. tabularcolumns:: |l|L|
+
=============== =======================================================
max_line_length The maximum length, excluding the linesep character(s),
individual lines may have when a ``Message`` is
@@ -1259,6 +1261,8 @@ removal of the code) may occur if deemed necessary by the core developers.
The new policies are instances of :class:`~email.policy.EmailPolicy`,
and add the following additional controls:
+ .. tabularcolumns:: |l|L|
+
=============== =======================================================
refold_source Controls whether or not headers parsed by a
:mod:`~email.parser` are refolded by the