[issue26128] Let the subprocess.STARTUPINFO constructor take arguments

Terry J. Reedy report at bugs.python.org
Fri Jan 22 18:51:29 EST 2016


Terry J. Reedy added the comment:

STARTUPINFO is a class whose instances have 5 attributes.  Being able to set attributes on creation is pretty normal.  If one can optionally be set in __init__, same should be true for all.  I would recommend that params be keyword-only.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26128>
_______________________________________


More information about the Python-bugs-list mailing list