[Python-checkins] [python/cpython] ecfe4f: [3.6] bpo-30879: os.listdir() and os.scandir() now...
GitHub
noreply at github.com
Tue Jul 11 00:16:12 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: ecfe4f678bfb0e3c19c90fd7db79c5f3c76023e4
https://github.com/python/cpython/commit/ecfe4f678bfb0e3c19c90fd7db79c5f3c76023e4
Author: Serhiy Storchaka <storchaka at gmail.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M Lib/test/test_os.py
M Lib/test/test_posix.py
M Misc/NEWS
M Modules/posixmodule.c
Log Message:
-----------
[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)
More information about the Python-checkins
mailing list