Commit 94a64260 authored by R David Murray's avatar R David Murray

Add news entries for #14731 and #12586.

parent cb448cf1
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment