[Python-checkins] [python/cpython] 1180e5: bpo-30879: os.listdir() and os.scandir() now emit ...
GitHub
noreply at github.com
Mon Jul 10 23:36:47 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: 1180e5a51871fa53ca6892e83fd2e69dc2600447
https://github.com/python/cpython/commit/1180e5a51871fa53ca6892e83fd2e69dc2600447
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:
-----------
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
called with bytes-like argument.
More information about the Python-checkins
mailing list