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: Add some missings links in production lists and a little polish
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: adelfino, docs@python, miss-islington, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2018-05-30 23:51 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7259 merged adelfino, 2018-05-30 23:52
PR 8169 merged miss-islington, 2018-07-07 20:25
PR 8170 merged miss-islington, 2018-07-07 20:26
Messages (4)
msg318231 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-05-30 23:51
There are some missing links in production lists (try, with, from __future__ import), and function and coroutines definitions production lists have too long lines.

PR fixes this and does some polish on whitespace.
msg321234 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-07-07 20:24
New changeset caccca78e46bf3c3b24e09b3afb1c1b08c39990c by Serhiy Storchaka (Andrés Delfino) in branch 'master':
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
https://github.com/python/cpython/commit/caccca78e46bf3c3b24e09b3afb1c1b08c39990c
msg321237 - (view) Author: miss-islington (miss-islington) Date: 2018-07-07 21:09
New changeset 80c188f3efca3ddb3d588b91938655e52ee65bda by Miss Islington (bot) in branch '3.7':
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
https://github.com/python/cpython/commit/80c188f3efca3ddb3d588b91938655e52ee65bda
msg321238 - (view) Author: miss-islington (miss-islington) Date: 2018-07-07 21:09
New changeset 445f9edaa4efbf76ae0fe8e18707665ac16dd5a4 by Miss Islington (bot) in branch '3.6':
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
https://github.com/python/cpython/commit/445f9edaa4efbf76ae0fe8e18707665ac16dd5a4
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 77883
2018-07-07 22:44:20adelfinosetversions: - Python 2.7
2018-07-07 22:44:08adelfinosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-07-07 21:09:22miss-islingtonsetmessages: + msg321238
2018-07-07 21:09:11miss-islingtonsetnosy: + miss-islington
messages: + msg321237
2018-07-07 20:26:56miss-islingtonsetpull_requests: + pull_request7727
2018-07-07 20:25:56miss-islingtonsetpull_requests: + pull_request7726
2018-07-07 20:24:49serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg321234
2018-05-30 23:52:49adelfinosetkeywords: + patch
stage: patch review
pull_requests: + pull_request6886
2018-05-30 23:51:42adelfinocreate