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

[3.6] bpo-32685: Improve suggestion for print statement (GH-5375) #5380

Merged
merged 1 commit into from
Jan 28, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 28, 2018

Better account for single-line compound statements and
semi-colon separated statements when suggesting
Py3 replacements for Py2 print statements.

Initial patch by Nitish Chandra.
(cherry picked from commit 43c0f1a)

https://bugs.python.org/issue32685

Better account for single-line compound statements and
semi-colon separated statements when suggesting
Py3 replacements for Py2 print statements.

Initial patch by Nitish Chandra.
(cherry picked from commit 43c0f1a)
@miss-islington
Copy link
Contributor Author

@nitishch and @ncoghlan: Backport status check is done, and it's a success ✅ .

@ncoghlan ncoghlan merged commit b3b4b81 into python:3.6 Jan 28, 2018
@miss-islington
Copy link
Contributor Author

Thanks, @ncoghlan!

@miss-islington miss-islington deleted the backport-43c0f1a-3.6 branch January 28, 2018 11:31
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.

5 participants