]> granicus.if.org Git - python/commit
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Jul 2017 04:43:14 +0000 (07:43 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 04:43:14 +0000 (07:43 +0300)
commit7527c32f5fedc3260d767900f1014495c0a1b7a5
treed3291f8f27925dea45b58d4f6334cc52eb332f3d
parent7f567e7472dd6c3d066eec1c204301df251484b5
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2657)

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