diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-05-15 15:55:38 (GMT) |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-05-15 15:55:38 (GMT) |
commit | c96f5a0457caea1757acdbac8626559542242b8c (patch) | |
tree | f9fec7debfb1a70c7c715864ae3c19efb6ec3986 /Misc | |
parent | acfc26acb0dff670f68a59c82762e21e81cc7fb0 (diff) | |
download | cpython-c96f5a0457caea1757acdbac8626559542242b8c.zip cpython-c96f5a0457caea1757acdbac8626559542242b8c.tar.gz cpython-c96f5a0457caea1757acdbac8626559542242b8c.tar.bz2 |
Sort file list in test_os.WalkTests
Adding new files into the tree lead to buildbot fails as the order wasn't
deterministic.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,12 +31,12 @@ Core and Builtins Library ------- -- Issue 14773: Fix os.fwalk() failing on dangling symlinks. +- Issue #14773: Fix os.fwalk() failing on dangling symlinks. - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. -- Issue 14807: move undocumented tarfile.filemode() to stat.filemode() and add +- Issue #14807: move undocumented tarfile.filemode() to stat.filemode() and add doc entry. Add tarfile.filemode alias with deprecation warning. - Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. |