summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-06-28 19:08:03 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-06-28 19:08:03 (GMT)
commit02e4a7b4a3a5fdab4cd45341cf915b3d39faf99d (patch)
treee58122c1604f1ddd07ba493e3d6e0635c8da5357 /Misc
parentf6069f9f22a81a0b9f81a1cc43fb0896e70f5379 (diff)
downloadcpython-02e4a7b4a3a5fdab4cd45341cf915b3d39faf99d.zip
cpython-02e4a7b4a3a5fdab4cd45341cf915b3d39faf99d.tar.gz
cpython-02e4a7b4a3a5fdab4cd45341cf915b3d39faf99d.tar.bz2
#14360: Add news item.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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