]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add news entries for #14731 and #12586.
authorR David Murray <rdmurray@bitdance.com>
Sat, 26 May 2012 02:33:36 +0000 (22:33 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 26 May 2012 02:33:36 +0000 (22:33 -0400)
Misc/NEWS

index ce2fe637135995af72f111ac35e754a63a9219df..26cd7aafb3d6c6e2d62f76df3e5d13290417b7db 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.