Issue 33702: Add some missings links in production lists and a little polish (original) (raw)

Issue33702

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/77883

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:01 admin set github: 77883
2018-07-07 22:44:20 adelfino set versions: - Python 2.7
2018-07-07 22:44:08 adelfino set status: open -> closedresolution: fixedstage: patch review -> resolved
2018-07-07 21:09:22 miss-islington set messages: +
2018-07-07 21:09:11 miss-islington set nosy: + miss-islingtonmessages: +
2018-07-07 20:26:56 miss-islington set pull_requests: + <pull%5Frequest7727>
2018-07-07 20:25:56 miss-islington set pull_requests: + <pull%5Frequest7726>
2018-07-07 20:24:49 serhiy.storchaka set nosy: + serhiy.storchakamessages: +
2018-05-30 23:52:49 adelfino set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6886>
2018-05-30 23:51:42 adelfino create