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

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


http://hg.python.org/cpython/rev/36cc8b0446b3
changeset:   84359:36cc8b0446b3
parent:      84357:d1cf33b01f11
parent:      84358:7c807bc15fa8
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Jun 28 15:09:10 2013 -0400
summary:
  Merge #14360: Add news item.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,8 @@
 Library
 -------
 
+- Issue #14360: encode_quopri can now be successfully used as an encoder
+  when constructing a MIMEApplication object.
 
 - Issue #11390: Add -o and -f command line options to the doctest CLI to
   specify doctest options (and convert it to using argparse).

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


More information about the Python-checkins mailing list