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: Style fixes in examples of "Input and Output" tutorial section
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: akuchling, benhoyt, docs@python, miss-islington, ned.deily, rhettinger, xtreak
Priority: normal Keywords: patch

Created on 2018-09-17 16:36 by benhoyt, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9361 merged benhoyt, 2018-09-17 16:37
PR 9414 merged miss-islington, 2018-09-19 10:28
Messages (5)
msg325550 - (view) Author: Ben Hoyt (benhoyt) * Date: 2018-09-17 16:36
There are a couple of examples in the "Input and Output" section of the tutorial that use an unusual / non-PEP 8 Python style or whitespace. I think our examples, especially in the tutorial, should reflect good, PEP 8 style. I'll fix these in a PR which I'll attach soon.
msg325552 - (view) Author: Ben Hoyt (benhoyt) * Date: 2018-09-17 16:37
GitHub PR link with changes and commit notes attached.
msg325742 - (view) Author: miss-islington (miss-islington) Date: 2018-09-19 10:28
New changeset 3705b9862025705ea60041a9e310f99a164db722 by Miss Islington (bot) (Ben Hoyt) in branch 'master':
bpo-34712: Fix style in examples in "Input and Output" (GH-9361)
https://github.com/python/cpython/commit/3705b9862025705ea60041a9e310f99a164db722
msg325798 - (view) Author: miss-islington (miss-islington) Date: 2018-09-19 20:30
New changeset d9c89111bd82979ce8716f7ca68c69cf0f46e679 by Miss Islington (bot) in branch '3.7':
bpo-34712: Fix style in examples in "Input and Output" (GH-9361)
https://github.com/python/cpython/commit/d9c89111bd82979ce8716f7ca68c69cf0f46e679
msg325799 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-09-19 20:32
Thanks for the improvement!
History
Date User Action Args
2022-04-11 14:59:06adminsetgithub: 78893
2018-09-19 20:32:40ned.deilysetstatus: open -> closed

versions: + Python 3.7
nosy: + ned.deily

messages: + msg325799
resolution: fixed
stage: patch review -> resolved
2018-09-19 20:30:47miss-islingtonsetmessages: + msg325798
2018-09-19 10:28:55miss-islingtonsetpull_requests: + pull_request8834
2018-09-19 10:28:31miss-islingtonsetnosy: + miss-islington
messages: + msg325742
2018-09-17 18:31:10xtreaksetnosy: + xtreak
2018-09-17 16:37:51benhoytsetmessages: + msg325552
2018-09-17 16:37:05benhoytsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8784
2018-09-17 16:36:31benhoytcreate