diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-11 01:20:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-11 01:20:01 (GMT) |
commit | 0d905d4fcdb39119f763afd4036cfaea78a2ae5b (patch) | |
tree | 8ddc0b7b54f4e83667af6dbe2e664073e97ed6ac /Misc | |
parent | 8ec4ae0420f561a997a78d50144ff75ef53424fc (diff) | |
parent | a6429db4b837dc49eb1bee42617798aebd7b43d4 (diff) | |
download | cpython-0d905d4fcdb39119f763afd4036cfaea78a2ae5b.zip cpython-0d905d4fcdb39119f763afd4036cfaea78a2ae5b.tar.gz cpython-0d905d4fcdb39119f763afd4036cfaea78a2ae5b.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |