From: R David Murray Date: Tue, 5 Feb 2013 15:55:27 +0000 (-0500) Subject: Merge: #16948: Fix quopri encoding of non-latin1 character sets. X-Git-Tag: v3.3.1rc1~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e201e9d584e2922997eeacad06ee6e84a6419d08;p=thirdparty%2FPython%2Fcpython.git Merge: #16948: Fix quopri encoding of non-latin1 character sets. --- e201e9d584e2922997eeacad06ee6e84a6419d08 diff --cc Misc/NEWS index 699994330f8c,b7eabd73a26e..03a4584529fe --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -163,14 -212,10 +163,17 @@@ Core and Builtin Library ------- - + - Issue #16948: Fix quoted printable body encoding for non-latin1 character + sets in the email package. + +- Issue #16811: Fix folding of headers with no value in the provisional email + policies. + +- Issue #17132: Update symbol for "yield from" grammar changes. + +- Issue #17076: Make copying of xattrs more permissive of missing FS support. + Patch by Thomas Wouters. + - Issue #17089: Expat parser now correctly works with string input not only when an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and strings larger than 2 GiB.