Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7 https://github.com/python/cpython/commit/ae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7 Author: Subhendu Ghosh <subho.prp at gmail.com> Date: 2017年02月26日 (2017年2月26日) Changed paths: M Doc/library/subprocess.rst M Lib/subprocess.py M Lib/test/test_subprocess.py M Misc/ACKS M Misc/NEWS Log Message: ----------- bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) The Windows-specific subprocess.STARTUPINFO class now accepts keyword-only arguments to its constructor to set the various data attributes. Patch by Subhendu Ghosh.