[Python-checkins] r87865 - python/branches/py3k/Doc/whatsnew/3.2.rst

raymond.hettinger python-checkins at python.org
Sat Jan 8 11:32:31 CET 2011


Author: raymond.hettinger
Date: Sat Jan  8 11:32:31 2011
New Revision: 87865

Log:
Markup fix

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Sat Jan  8 11:32:31 2011
@@ -618,8 +618,8 @@
 * 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


More information about the Python-checkins mailing list