]> granicus.if.org Git - python/commit
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 7 Mar 2017 12:33:21 +0000 (14:33 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2017 12:33:21 +0000 (14:33 +0200)
commit8f6b344d368c15c3fe56c65c2f2776e7766fef55
tree5b87db90a48d67bb3fba2881de4acceef1e5501f
parent8886d5f39286dffa7d9337857b151e7fb4af23fd
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
Doc/library/os.rst
Doc/whatsnew/3.7.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS