Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d938cb commit c08ea61Copy full SHA for c08ea61
1 file changed
Doc/whatsnew/3.2.rst
@@ -618,8 +618,8 @@ format.
618
* Given bytes input to the model, :class:`~email.generator.Generator` will
619
convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of
620
*8bit* to instead have a *7bit* :mailheader:`Content-Transfer-Encoding`.
621
- XXX: Headers with Un-encoded non-ASCII bytes will be :rfc:`2047`\ -encoded
622
- using the charset `unknown-8bit`.
+
+.. XXX: Headers with Un-encoded non-ASCII bytes will be :rfc:`2047`\ -encoded using the charset `unknown-8bit`.
623
624
* A new class :class:`~email.generator.BytesGenerator` produces bytes as output,
625
preserving any unchanged non-ASCII data that was present in the input used to
0 commit comments