From: R David Murray Date: Tue, 5 Feb 2013 15:17:09 +0000 (-0500) Subject: News item for issue #16811 fix. X-Git-Tag: v3.3.1rc1~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e32442fd4b2f53347ab9415185257ed9c096c03;p=thirdparty%2FPython%2Fcpython.git News item for issue #16811 fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0a746fb66406..699994330f8c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -163,6 +163,9 @@ Core and Builtins Library ------- +- 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.