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-25059: Clarify print separator usage in tutorial #5879

Merged
merged 1 commit into from
Feb 25, 2018

Conversation

csabella
Copy link
Contributor

@csabella csabella commented Feb 25, 2018

Based on the discussion on the bug tracker and not the original patch. This is probably too minor for a blurb.

https://bugs.python.org/issue25059

@Mariatta Mariatta added docs Documentation in the Doc dir skip news needs backport to 3.6 labels Feb 25, 2018
@Mariatta Mariatta merged commit 84c4b0c into python:master Feb 25, 2018
@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

@Mariatta
Copy link
Member

Thanks!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 25, 2018
By default `print` adds spaces between its arguments.
(cherry picked from commit 84c4b0c)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
@bedevere-bot
Copy link

GH-5892 is a backport of this pull request to the 3.7 branch.

@miss-islington
Copy link
Contributor

Sorry, @csabella and @Mariatta, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 84c4b0cc67ceb4b70842b78c718b6e8214874d6a 2.7

@bedevere-bot
Copy link

GH-5893 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 25, 2018
By default `print` adds spaces between its arguments.
(cherry picked from commit 84c4b0c)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
miss-islington added a commit that referenced this pull request Feb 25, 2018
By default `print` adds spaces between its arguments.
(cherry picked from commit 84c4b0c)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
@Mariatta
Copy link
Member

@csabella can you prepare the backport to 2.7? Thanks!

miss-islington added a commit that referenced this pull request Feb 25, 2018
By default `print` adds spaces between its arguments.
(cherry picked from commit 84c4b0c)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
csabella added a commit to csabella/cpython that referenced this pull request Feb 25, 2018
…nGH-5879)

By default `print` adds spaces between its arguments.

(cherry picked from commit 84c4b0c)
@bedevere-bot
Copy link

GH-5898 is a backport of this pull request to the 2.7 branch.

@csabella csabella deleted the bpo25059 branch February 25, 2018 20:21
Mariatta pushed a commit that referenced this pull request Feb 25, 2018
By default `print` adds spaces between its arguments.

(cherry picked from commit 84c4b0c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants