Skip to content
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

bpo-33262: Deprecate passing None for s to shlex.split() #6514

Merged
merged 6 commits into from Apr 1, 2020

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Apr 17, 2018

This reads the string to split from standard input.
@matrixise
Copy link
Member

matrixise commented May 14, 2018

Hi @ZackerySpytz

Thank you for your PR and your time.

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Please add also an entry in the What's New document.

@bedevere-bot
Copy link

bedevere-bot commented Oct 12, 2018

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@ZackerySpytz
Copy link
Contributor Author

ZackerySpytz commented Apr 6, 2019

I have made the requested changes; please review again.

@bedevere-bot
Copy link

bedevere-bot commented Apr 6, 2019

Thanks for making the requested changes!

@serhiy-storchaka: please review the changes made to this pull request.

Doc/library/shlex.rst Outdated Show resolved Hide resolved
@csabella csabella requested a review from serhiy-storchaka May 31, 2019
@csabella
Copy link
Contributor

csabella commented May 31, 2019

@ZackerySpytz, please address @pganssle's comment. Thanks!

@csabella
Copy link
Contributor

csabella commented Oct 20, 2019

@ZackerySpytz, this looks like it was close to being merged. Please take a look at the last code review. Thanks!

@pganssle pganssle self-requested a review Mar 29, 2020
Copy link
Member

@pganssle pganssle left a comment

LGTM. I assume the test failures are unrelated? Happy to merge once we have them green.

@ZackerySpytz
Copy link
Contributor Author

ZackerySpytz commented Mar 31, 2020

Yes, the CI failures were unrelated (I see errors like Git checkout failed with exit code: 128). Everything is green now.

@pganssle pganssle merged commit 975ac32 into python:master Apr 1, 2020
@pganssle
Copy link
Member

pganssle commented Apr 1, 2020

Great, thanks @ZackerySpytz!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants