[Python-checkins] cpython: Add news entries for #14731 and #12586.

r.david.murray python-checkins at python.org
Sat May 26 04:33:50 CEST 2012


http://hg.python.org/cpython/rev/09e97829ed1e
changeset:   77152:09e97829ed1e
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri May 25 22:33:36 2012 -0400
summary:
  Add news entries for #14731 and #12586.

files:
  Misc/NEWS |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,14 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list