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