summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-05-15 14:32:21 (GMT)
committerHynek Schlawack <hs@ox.cx>2012-05-15 14:32:21 (GMT)
commit66bfcc1b0f3b1eb4905b3ef1054b8afc1219aacb (patch)
treedab98c23d5c524b1ceb61bb1a6d89efec416ddbc /Misc
parent0fb41b56ea1415943569ee6dda1c9d1aec952c37 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95a2c4f..0e36903 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.