diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-10-08 21:37:39 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-10-08 21:37:39 (GMT) |
commit | 7c0a2271ff4ee62f5cecef8f3d106cbda91cf40a (patch) | |
tree | 390a9b1555588e9da7c07c2398d77627cbcbafcc /Doc/library | |
parent | d7931095d57b47e48858143dcc174aa17b6dd0b6 (diff) | |
download | cpython-7c0a2271ff4ee62f5cecef8f3d106cbda91cf40a.zip cpython-7c0a2271ff4ee62f5cecef8f3d106cbda91cf40a.tar.gz cpython-7c0a2271ff4ee62f5cecef8f3d106cbda91cf40a.tar.bz2 |
What's new entry for email 5.1.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/email.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst index 8926ae4..ddf4d4b 100644 --- a/Doc/library/email.rst +++ b/Doc/library/email.rst @@ -118,7 +118,7 @@ version 5.0: convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of 8bit to instead have a 7bit Content-Transfer-Encoding. -* New function :class:`~email.generator.BytesGenerator` produces bytes +* New class :class:`~email.generator.BytesGenerator` produces bytes as output, preserving any unchanged non-ASCII data that was present in the input used to build the model, including message bodies with a :mailheader:`Content-Transfer-Encoding` of 8bit. |