summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-02-05 15:17:09 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-02-05 15:17:09 (GMT)
commit6e32442fd4b2f53347ab9415185257ed9c096c03 (patch)
tree8dad09bee5e8aa0bdfdd1a8a95d2ee9e7c3a7e72
parent16d86aa69d34450f602e31d0068920eba66d4fe5 (diff)
downloadcpython-6e32442fd4b2f53347ab9415185257ed9c096c03.zip
cpython-6e32442fd4b2f53347ab9415185257ed9c096c03.tar.gz
cpython-6e32442fd4b2f53347ab9415185257ed9c096c03.tar.bz2
News item for issue #16811 fix.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a746fb..6999943 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.