summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 12:28:44 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 12:28:44 (GMT)
commit44ea77bd817c0b50e01344b7e8758995aaeebb63 (patch)
treed16064ba6c2225e5842ac7215d8d08eb6d85bb54 /Doc/whatsnew
parent6ba6b13e3291fdb1abc746183d428120872807a0 (diff)
downloadcpython-44ea77bd817c0b50e01344b7e8758995aaeebb63.zip
cpython-44ea77bd817c0b50e01344b7e8758995aaeebb63.tar.gz
cpython-44ea77bd817c0b50e01344b7e8758995aaeebb63.tar.bz2
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
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