diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 11:28:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 11:28:38 (GMT) |
commit | 42bababba62023383291c7413a5d453374ecd933 (patch) | |
tree | 72a1291a7ef660c580f4f02f3e835c064b12721f /Misc/NEWS | |
parent | 036fb15435a2b5fb8acb200ee694b1d50c87a3a9 (diff) | |
download | cpython-42bababba62023383291c7413a5d453374ecd933.zip cpython-42bababba62023383291c7413a5d453374ecd933.tar.gz cpython-42bababba62023383291c7413a5d453374ecd933.tar.bz2 |
Issue #28353: os.fwalk() no longer fails on broken links.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,6 +113,8 @@ Core and Builtins Library ------- +- Issue #28353: os.fwalk() no longer fails on broken links. + - Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin a workaround to Tix library bug. |