diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-22 22:08:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-12-22 22:08:24 (GMT) |
commit | 0bddc9eb15b88b22676aa516740f3ebd20fb8bb1 (patch) | |
tree | d91365013fc0bfbe21c9cb53a0b6d22a72c22d06 /Misc | |
parent | 0ce7a3a34cec0e625f63d46390a8c1d2e167494f (diff) | |
download | cpython-0bddc9eb15b88b22676aa516740f3ebd20fb8bb1.zip cpython-0bddc9eb15b88b22676aa516740f3ebd20fb8bb1.tar.gz cpython-0bddc9eb15b88b22676aa516740f3ebd20fb8bb1.tar.bz2 |
Issue #25860: os.fwalk() no longer skips remaining directories when error occurs.
Original patch by Samson Lee.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ Core and Builtins Library ------- +- Issue #25860: os.fwalk() no longer skips remaining directories when error + occurs. Original patch by Samson Lee. + - Issue #25914: Fixed and simplified OrderedDict.__sizeof__. - Issue #25902: Fixed various refcount issues in ElementTree iteration. |