Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb448cf commit 94a6426Copy full SHA for 94a6426
1 file changed
Misc/NEWS
@@ -44,6 +44,14 @@ Core and Builtins
44
Library
45
-------
46
47
+- Issue #12586: Added new provisional policies that implement convenient
48
+ unicode support for email headers. See What's New for details.
49
+
50
+- Issue #14731: Refactored email Policy framework to support full backward
51
+ compatibility with Python 3.2 by default yet allow for the introduction of
52
+ new features through new policies. Note that Policy.must_be_7bit is renamed
53
+ to cte_type.
54
55
- Issue #14920: Fix the help(urllib.parse) failure on locale C on terminals.
56
Have ascii characters in help.
57
0 commit comments