Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf8a382

Browse files
committed
Update the email section
1 parent 9767365 commit cf8a382

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,8 @@ format.
618618
convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of
619619
*8bit* to instead have a *7bit* :mailheader:`Content-Transfer-Encoding`.
620620

621-
.. XXX: Headers with Un-encoded non-ASCII bytes will be :rfc:`2047`\ -encoded using the charset `unknown-8bit`.
621+
Headers with unencoded non-ASCII bytes are deemed to be :rfc:`2047`\ -encoded
622+
using the *unknown-8bit* character set.
622623

623624
* A new class :class:`~email.generator.BytesGenerator` produces bytes as output,
624625
preserving any unchanged non-ASCII data that was present in the input used to
@@ -631,8 +632,6 @@ format.
631632
:class:`~email.message.Message` object and can optionally obtain the
632633
*from_addr* and *to_addrs* addresses directly from the object.
633634

634-
.. XXX Update before 3.2rc1 to reflect all of the latest work and add examples.
635-
636635
(Proposed and implemented by R. David Murray, :issue:`4661` and :issue:`10321`.)
637636

638637
elementtree

0 commit comments

Comments
 (0)