diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-08 21:57:06 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-08 21:57:06 (GMT) |
commit | 301edfa579036baf35c1aa4ab5ea50bcd51c0fe0 (patch) | |
tree | b5df0f6b6c5e58020fbda4c60bbcd4bdb1c8bf65 /Misc/NEWS | |
parent | 4c483ad52b6f7760a0a861badae6c803d6ce8590 (diff) | |
download | cpython-301edfa579036baf35c1aa4ab5ea50bcd51c0fe0.zip cpython-301edfa579036baf35c1aa4ab5ea50bcd51c0fe0.tar.gz cpython-301edfa579036baf35c1aa4ab5ea50bcd51c0fe0.tar.bz2 |
Add policy keyword to email.generator.DecodedGenerator.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -103,6 +103,8 @@ Core and Builtins Library ------- +- email.generator.DecodedGenerator now supports the policy keyword. + - Issue #28027: Remove undocumented modules from ``Lib/plat-*``: IN, CDROM, DLFCN, TYPES, CDIO, and STROPTS. |