Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5f31ed

Browse files
committed
merge heads
2 parents 92a5bf0 + c96f5a0 commit c5f31ed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lib/test/test_os.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ def symlink_to_dir(src, dest):
695695
# flipped: TESTFN, SUB2, SUB1, SUB11
696696
flipped = all[0][1][0] != "SUB1"
697697
all[0][1].sort()
698+
all[3 - 2 * flipped][-1].sort()
698699
self.assertEqual(all[0], (walk_path, ["SUB1", "SUB2"], ["tmp1"]))
699700
self.assertEqual(all[1 + flipped], (sub1_path, ["SUB11"], ["tmp2"]))
700701
self.assertEqual(all[2 + flipped], (sub11_path, [], []))

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Core and Builtins
3131
Library
3232
-------
3333

34-
- Issue 14773: Fix os.fwalk() failing on dangling symlinks.
34+
- Issue #14773: Fix os.fwalk() failing on dangling symlinks.
3535

3636
- Issue #12541: Be lenient with quotes around Realm field of HTTP Basic
3737
Authentation in urllib2.
3838

39-
- Issue 14807: move undocumented tarfile.filemode() to stat.filemode() and add
39+
- Issue #14807: move undocumented tarfile.filemode() to stat.filemode() and add
4040
doc entry. Add tarfile.filemode alias with deprecation warning.
4141

4242
- Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.

0 commit comments

Comments
 (0)