[Python-checkins] cpython (3.3): #14360: Add news item.

r.david.murray python-checkins at python.org
Fri Jun 28 21:10:05 CEST 2013


http://hg.python.org/cpython/rev/7c807bc15fa8
changeset:   84358:7c807bc15fa8
branch:      3.3
parent:      84353:1d5856849e64
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Jun 28 15:08:03 2013 -0400
summary:
  #14360: Add news item.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list