summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-06-28 19:09:10 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-06-28 19:09:10 (GMT)
commitcf873c699fba949d7c0d2dc25b643a16bf6a4dcf (patch)
tree183ae52f10890b0e1b6c8bd1d98cff9d8cccf5a5 /Misc
parent3bca8ac3d0296ca152c2a5462720fabb76abade5 (diff)
parent02e4a7b4a3a5fdab4cd45341cf915b3d39faf99d (diff)
downloadcpython-cf873c699fba949d7c0d2dc25b643a16bf6a4dcf.zip
cpython-cf873c699fba949d7c0d2dc25b643a16bf6a4dcf.tar.gz
cpython-cf873c699fba949d7c0d2dc25b643a16bf6a4dcf.tar.bz2
Merge #14360: Add news item.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dacbf1c..d02de27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,8 @@ Core and Builtins
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).