]> granicus.if.org Git - python/commit
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)
commit3c946599d0828b7c4f5fe166d8a5a5cc1a2aa502
tree6f93c087418318214060f79799ac443233c8bf62
parent5041a04ee395cbccb0ae46219f626939343becb8
parent3ae41554c69b807659fab815ad5675bed5ae237e
Issue #27998: Removed workarounds for supporting bytes paths on Windows in
os.walk() function and glob module since os.scandir() now directly supports
them.