]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27998: Removed workarounds for supporting bytes paths on Windows in
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Oct 2016 20:18:32 +0000 (23:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Oct 2016 20:18:32 +0000 (23:18 +0300)
os.walk() function and glob module since os.scandir() now directly supports
them.


Trivial merge