diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 11:34:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 11:34:38 (GMT) |
commit | af4e4747f5e32ec60dbc98fdbeb9681bf3fafe64 (patch) | |
tree | 1b7ff49a9011fed33ec5d9aedd5615a68618ca48 /Misc | |
parent | 179111bd22c1e713c5e026b37300be0c63d4c204 (diff) | |
parent | 42bababba62023383291c7413a5d453374ecd933 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |