[Python-checkins] [python/cpython] ae160b: bpo-26128: Added __init__to subprocess.STARTUPINFO...

GitHub noreply at github.com
Sat Feb 25 09:59:06 EST 2017


  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 (Sun, 26 Feb 2017)

  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.




More information about the Python-checkins mailing list