This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Mistake in input-output tutorial regarding print() seperator
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Mariatta, Saimadhav.Heblikar, cheryl.sabella, docs@python, eric.smith, miss-islington, r.david.murray
Priority: normal Keywords: patch

Created on 2015-09-10 16:45 by Saimadhav.Heblikar, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue25059 Saimadhav.Heblikar, 2015-09-10 16:46 review
Pull Requests
URL Status Linked Edit
PR 5879 merged cheryl.sabella, 2018-02-25 10:55
PR 5892 merged miss-islington, 2018-02-25 19:07
PR 5893 merged miss-islington, 2018-02-25 19:09
PR 5898 merged cheryl.sabella, 2018-02-25 20:20
Messages (10)
msg250390 - (view) Author: Saimadhav Heblikar (Saimadhav.Heblikar) * Date: 2015-09-10 16:45
Feel free to make changes to the patch if you want to improve the sentence structure.
msg250394 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2015-09-10 17:11
Well, it's a tutorial.  I'm not sure it makes sense to introduce sep at that point, that's more appropriate for when the user is more advanced and looking at the reference documentation.  (Frankly, I've *never* used that feature, and I've been using python for longer than it has had that feature :)  

I could see changing 'always' to 'by default' and leaving it at that, though.
msg250395 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2015-09-10 17:17
+1 on the "by default" change.
msg250397 - (view) Author: Saimadhav Heblikar (Saimadhav.Heblikar) * Date: 2015-09-10 17:20
Agreed with both David Murray and Eric.
msg312800 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-02-25 10:56
Created a PR based on the discussion and not the original patch.
msg312835 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-25 19:06
New changeset 84c4b0cc67ceb4b70842b78c718b6e8214874d6a by Mariatta (Cheryl Sabella) in branch 'master':
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
https://github.com/python/cpython/commit/84c4b0cc67ceb4b70842b78c718b6e8214874d6a
msg312840 - (view) Author: miss-islington (miss-islington) Date: 2018-02-25 19:13
New changeset ddf2485103c1e56ba4f290641247dfa07fcbe7f3 by Miss Islington (bot) in branch '3.7':
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
https://github.com/python/cpython/commit/ddf2485103c1e56ba4f290641247dfa07fcbe7f3
msg312843 - (view) Author: miss-islington (miss-islington) Date: 2018-02-25 19:21
New changeset b9678d3aa156996947655ed66b554f6307b29546 by Miss Islington (bot) in branch '3.6':
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
https://github.com/python/cpython/commit/b9678d3aa156996947655ed66b554f6307b29546
msg312857 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-25 20:50
New changeset b7c1a94f94305d82fc77f833fd68cc8616991bd4 by Mariatta (Cheryl Sabella) in branch '2.7':
[2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
https://github.com/python/cpython/commit/b7c1a94f94305d82fc77f833fd68cc8616991bd4
msg312858 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-25 20:50
Thanks!
History
Date User Action Args
2022-04-11 14:58:20adminsetgithub: 69245
2018-02-25 20:50:49Mariattasetstatus: open -> closed
versions: + Python 2.7, Python 3.7, Python 3.8, - Python 3.5
messages: + msg312858

resolution: fixed
stage: patch review -> resolved
2018-02-25 20:50:28Mariattasetmessages: + msg312857
2018-02-25 20:20:40cheryl.sabellasetpull_requests: + pull_request5669
2018-02-25 19:21:17miss-islingtonsetmessages: + msg312843
2018-02-25 19:13:35miss-islingtonsetnosy: + miss-islington
messages: + msg312840
2018-02-25 19:09:12miss-islingtonsetpull_requests: + pull_request5665
2018-02-25 19:07:11miss-islingtonsetpull_requests: + pull_request5664
2018-02-25 19:06:03Mariattasetnosy: + Mariatta
messages: + msg312835
2018-02-25 10:56:14cheryl.sabellasetnosy: + cheryl.sabella
messages: + msg312800
2018-02-25 10:55:32cheryl.sabellasetkeywords: + patch
stage: patch review
pull_requests: + pull_request5652
2015-09-10 17:20:06Saimadhav.Heblikarsetmessages: + msg250397
2015-09-10 17:17:50eric.smithsetnosy: + eric.smith
messages: + msg250395
2015-09-10 17:11:14r.david.murraysetnosy: + r.david.murray
messages: + msg250394
2015-09-10 16:46:03Saimadhav.Heblikarsetfiles: + issue25059
2015-09-10 16:45:21Saimadhav.Heblikarcreate