Merge #14360: Add news item.

This commit is contained in:
R David Murray 2013-06-28 15:09:10 -04:00
commit cf873c699f

View file

@ -135,6 +135,8 @@ Core and Builtins
Library 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 - Issue #11390: Add -o and -f command line options to the doctest CLI to
specify doctest options (and convert it to using argparse). specify doctest options (and convert it to using argparse).