]> granicus.if.org Git - python/commit
bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)
authorSubhendu Ghosh <subho.prp@gmail.com>
Sat, 25 Feb 2017 14:59:05 +0000 (20:29 +0530)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 25 Feb 2017 14:59:05 +0000 (00:59 +1000)
commitae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7
tree82df8ee0582f8a14dba8154fdd18b5383ac21f62
parent21024f06622c4c55b666adb130797a4ee205d005
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.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/ACKS
Misc/NEWS