diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-05-26 02:33:36 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-05-26 02:33:36 (GMT) |
commit | 94a64260937a59c53b2a5668b09f9f2d2b5261c6 (patch) | |
tree | c324f63e0d71b2a00d0ff3b98a14b7ea97cf5ed6 /Misc | |
parent | cb448cf1089b8f2f91114a93e61a7bbe6bf43388 (diff) | |
download | cpython-94a64260937a59c53b2a5668b09f9f2d2b5261c6.zip cpython-94a64260937a59c53b2a5668b09f9f2d2b5261c6.tar.gz cpython-94a64260937a59c53b2a5668b09f9f2d2b5261c6.tar.bz2 |
Add news entries for #14731 and #12586.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -44,6 +44,14 @@ Core and Builtins Library ------- +- Issue #12586: Added new provisional policies that implement convenient + unicode support for email headers. See What's New for details. + +- Issue #14731: Refactored email Policy framework to support full backward + compatibility with Python 3.2 by default yet allow for the introduction of + new features through new policies. Note that Policy.must_be_7bit is renamed + to cte_type. + - Issue #14920: Fix the help(urllib.parse) failure on locale C on terminals. Have ascii characters in help. |