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

Remove duplicate call to strip method #14938

Merged
merged 2 commits into from
Jul 24, 2019

Conversation

hansrajdas
Copy link
Contributor

  • Strip method was already used at starting of the loop, no need to call again
  • Combined 2 if blocks as in both we need to continue

* Strip method was already used at starting of the loop, no need to call again
* Combined 2 if blocks as in both we need to continue
@pablogsal
Copy link
Member

Thanks, @hansrajdas for the PR!

@pablogsal pablogsal merged commit e018dc5 into python:master Jul 24, 2019
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants