[Python-checkins] [python/cpython] 6b8100: bpo-28624: Add a test that checks that cwd paramet...

GitHub noreply at github.com
Sun Feb 26 12:38:33 EST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 6b81003bdbd9375886bae54f876650bcdccfe6c7
      https://github.com/python/cpython/commit/6b81003bdbd9375886bae54f876650bcdccfe6c7
  Author: Berker Peksag <berker.peksag at gmail.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M Doc/library/subprocess.rst
    M Lib/test/test_subprocess.py
    M Misc/ACKS
    M Misc/NEWS

  Log Message:
  -----------
  bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323)

(cherry picked from commit d5c11f7ace48701bb950c6345deee88c35c66e26)




More information about the Python-checkins mailing list