]> granicus.if.org Git - python/commit
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Jul 2017 03:36:46 +0000 (06:36 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 03:36:46 +0000 (06:36 +0300)
commit1180e5a51871fa53ca6892e83fd2e69dc2600447
treeb05732085cdc4aa1995c163f32bc7a04927cef7b
parent4f9a446f3fb42f800e73cd9414dd1eccb3ca4fa7
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)

called with bytes-like argument.
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c