commit | 66bfcc1b0f3b1eb4905b3ef1054b8afc1219aacb | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Tue May 15 16:32:21 2012 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Tue May 15 16:32:21 2012 +0200 |
tree | dab98c23d5c524b1ceb61bb1a6d89efec416ddbc | |
parent | 0fb41b56ea1415943569ee6dda1c9d1aec952c37 [diff] [blame] |
#14773: Fix os.fwalk() failing on dangling symlinks
diff --git a/Misc/NEWS b/Misc/NEWS index 95a2c4f..0e36903 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,8 @@ Library ------- +- Issue 14773: Fix os.fwalk() failing on dangling symlinks. + - Issue 14807: move undocumented tarfile.filemode() to stat.filemode() and add doc entry. Add tarfile.filemode alias with deprecation warning.