]> granicus.if.org Git - python/commit
Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Feb 2016 11:03:54 +0000 (13:03 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Feb 2016 11:03:54 +0000 (13:03 +0200)
commite14c07e4e469a91d74546db9980699b4fbed03db
tree0a07f6e28f98b8e04a23c10a17f118bfb1fc1f91
parent205e75bb629408d850efd6659c87ba1f8512b44b
Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes
for issues #25995 and #25911.
Lib/os.py