diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-05-15 14:32:21 (GMT) |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-05-15 14:32:21 (GMT) |
commit | 66bfcc1b0f3b1eb4905b3ef1054b8afc1219aacb (patch) | |
tree | dab98c23d5c524b1ceb61bb1a6d89efec416ddbc /Misc | |
parent | 0fb41b56ea1415943569ee6dda1c9d1aec952c37 (diff) | |
download | cpython-66bfcc1b0f3b1eb4905b3ef1054b8afc1219aacb.zip cpython-66bfcc1b0f3b1eb4905b3ef1054b8afc1219aacb.tar.gz cpython-66bfcc1b0f3b1eb4905b3ef1054b8afc1219aacb.tar.bz2 |
#14773: Fix os.fwalk() failing on dangling symlinks
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ Core and Builtins 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. |