From 02e4a7b4a3a5fdab4cd45341cf915b3d39faf99d Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 28 Jun 2013 15:08:03 -0400 Subject: #14360: Add news item. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 7e65773..e3070df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -38,6 +38,9 @@ Core and Builtins Library ------- +- Issue #14360: encode_quopri can now be successfully used as an encoder + when constructing a MIMEApplication object. + - Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input string in longer than 2 gigabytes, and ssl.SSLContext.load_cert_chain() raises a ValueError if the password is longer than 2 gigabytes. The ssl -- cgit v0.12