]> granicus.if.org Git - python/commit
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Oct 2016 17:17:26 +0000 (20:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Oct 2016 17:17:26 +0000 (20:17 +0300)
commitf2abc8f2c2cefeaf5b4e0d9a0774d68ccae3d253
tree22c783647301a6128db3f79279ac265030be186e
parentbbc638cd554f0ede982e54b8a40edae6390433ae
parent2674bc7229b97cd0d94db1588a353461f4a0c00a
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Patch by Eryk Sun.
Misc/NEWS