summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-25 11:34:38 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-25 11:34:38 (GMT)
commitaf4e4747f5e32ec60dbc98fdbeb9681bf3fafe64 (patch)
tree1b7ff49a9011fed33ec5d9aedd5615a68618ca48 /Misc
parent179111bd22c1e713c5e026b37300be0c63d4c204 (diff)
parent42bababba62023383291c7413a5d453374ecd933 (diff)
downloadcpython-af4e4747f5e32ec60dbc98fdbeb9681bf3fafe64.zip
cpython-af4e4747f5e32ec60dbc98fdbeb9681bf3fafe64.tar.gz
cpython-af4e4747f5e32ec60dbc98fdbeb9681bf3fafe64.tar.bz2
Issue #28353: os.fwalk() no longer fails on broken links.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 655e22c..4b63a9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #28353: os.fwalk() no longer fails on broken links.
+
- Issue #28430: Fix iterator of C implemented asyncio.Future doesn't accept
non-None value is passed to it.send(val).