summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-08 10:32:31 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-08 10:32:31 (GMT)
commitc08ea61373883db70396644934252e17b68b6efa (patch)
tree47dc8ddaeffa28c82351758dde4f0ced5fca2ea4
parent5d938cb36689321d7a72e4711f66969809dcc8b0 (diff)
downloadcpython-c08ea61373883db70396644934252e17b68b6efa.zip
cpython-c08ea61373883db70396644934252e17b68b6efa.tar.gz
cpython-c08ea61373883db70396644934252e17b68b6efa.tar.bz2
Markup fix
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 69b318e..1e0c871 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -618,8 +618,8 @@ format.
* Given bytes input to the model, :class:`~email.generator.Generator` will
convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of
*8bit* to instead have a *7bit* :mailheader:`Content-Transfer-Encoding`.
- XXX: Headers with Un-encoded non-ASCII bytes will be :rfc:`2047`\ -encoded
- using the charset `unknown-8bit`.
+
+.. XXX: Headers with Un-encoded non-ASCII bytes will be :rfc:`2047`\ -encoded using the charset `unknown-8bit`.
* A new class :class:`~email.generator.BytesGenerator` produces bytes as output,
preserving any unchanged non-ASCII data that was present in the input used to