[Python-checkins] [python/cpython] 7527c3: [3.5] bpo-30879: os.listdir() and os.scandir() now...

GitHub noreply at github.com
Tue Jul 11 00:43:15 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 7527c32f5fedc3260d767900f1014495c0a1b7a5
      https://github.com/python/cpython/commit/7527c32f5fedc3260d767900f1014495c0a1b7a5
  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.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)




More information about the Python-checkins mailing list