diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-02-05 15:17:09 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-02-05 15:17:09 (GMT) |
commit | 6e32442fd4b2f53347ab9415185257ed9c096c03 (patch) | |
tree | 8dad09bee5e8aa0bdfdd1a8a95d2ee9e7c3a7e72 | |
parent | 16d86aa69d34450f602e31d0068920eba66d4fe5 (diff) | |
download | cpython-6e32442fd4b2f53347ab9415185257ed9c096c03.zip cpython-6e32442fd4b2f53347ab9415185257ed9c096c03.tar.gz cpython-6e32442fd4b2f53347ab9415185257ed9c096c03.tar.bz2 |
News item for issue #16811 fix.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |