mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Sort file list in test_os.WalkTests
Adding new files into the tree lead to buildbot fails as the order wasn't deterministic.
This commit is contained in:
parent
acfc26acb0
commit
c96f5a0457
2 changed files with 3 additions and 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue