-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-26128: Added __init__to STARTUPINFO #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow these steps to rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
21458f3
to
f3f03b5
Compare
Lib/subprocess.py
Outdated
hStdOutput = None | ||
hStdError = None | ||
wShowWindow = 0 | ||
def __init__(self,dwFlags=0,hStdInput=None,hStdOutput=None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be implemented via keyword only arguments as the Terry suggested in the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. and spaces after the args
f3f03b5
to
6ace239
Compare
OK, I've figured out how to push updates back to PR branches (hence the rebase atop the master branch), so next step will be to add the bookkeeping updates (ACKS, NEWS, What's New) and then merge the change. |
9d884b7
to
767ae22
Compare
@ncoghlan , Anymore changes I need to do for this patch? |
0ceb455
to
c668fb4
Compare
- Added tests for the code - Added docs
c668fb4
to
03d755f
Compare
@ncoghlan Added Acks and News, wasn't sure what to write in "What's New". Letme know if anything is missing. Thanks. |
For library changes, the What's New guide is generally just a feature-focused summary of the changes added in Misc/NEWS. However, given how conflict-prone Misc/NEWS is at the moment, I went ahead and merged this without the What's New changes (there's generally a review pass through Misc/NEWS around the beta phase to look for feature additions that aren't mentioned in What's New yet). |
Added the sprint label, as this PR was submitted at the PyCon Pune 2017 core development sprint. |
No description provided.