What's new entry for email 5.1.

This commit is contained in:
R. David Murray 2010-10-08 21:37:39 +00:00
parent d7931095d5
commit 7c0a2271ff
2 changed files with 29 additions and 1 deletions

View file

@ -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.