From: Raymond Hettinger Date: Sat, 8 Jan 2011 10:32:31 +0000 (+0000) Subject: Markup fix X-Git-Tag: v3.2rc1~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c08ea61373883db70396644934252e17b68b6efa;p=thirdparty%2FPython%2Fcpython.git Markup fix --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 69b318e891f3..1e0c871ec82c 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