mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Markup fix
This commit is contained in:
parent
5d938cb366
commit
c08ea61373
1 changed files with 2 additions and 2 deletions
|
@ -618,8 +618,8 @@ format.
|
||||||
* Given bytes input to the model, :class:`~email.generator.Generator` will
|
* Given bytes input to the model, :class:`~email.generator.Generator` will
|
||||||
convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of
|
convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of
|
||||||
*8bit* to instead have a *7bit* :mailheader:`Content-Transfer-Encoding`.
|
*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,
|
* 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
|
preserving any unchanged non-ASCII data that was present in the input used to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue