]> granicus.if.org Git - python/commit
[3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Jul 2017 04:16:11 +0000 (07:16 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 04:16:11 +0000 (07:16 +0300)
commitecfe4f678bfb0e3c19c90fd7db79c5f3c76023e4
treea3f14814b854a4c76f95b657ea9f61af951383a5
parentfe6e686c27ce3a3ecdf03803cff7e230dee5530d
[3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2656)

called with bytes-like argument..
(cherry picked from commit 1180e5a51871fa53ca6892e83fd2e69dc2600447)
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c