summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-11 01:20:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-11 01:20:01 (GMT)
commit0d905d4fcdb39119f763afd4036cfaea78a2ae5b (patch)
tree8ddc0b7b54f4e83667af6dbe2e664073e97ed6ac /Misc
parent8ec4ae0420f561a997a78d50144ff75ef53424fc (diff)
parenta6429db4b837dc49eb1bee42617798aebd7b43d4 (diff)
downloadcpython-0d905d4fcdb39119f763afd4036cfaea78a2ae5b.zip
cpython-0d905d4fcdb39119f763afd4036cfaea78a2ae5b.tar.gz
cpython-0d905d4fcdb39119f763afd4036cfaea78a2ae5b.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a61deb0..b18c5d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,10 @@ Core and Builtins
Library
-------
+- Issue #21800: imaplib now supports RFC 5161 (enable), RFC 6855
+ (utf8/internationalized email) and automatically encodes non-ASCII
+ usernames and passwords to UTF8.
+
- Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
assertWarnsRegex() checks are not longer successful if the callable is None.