Issue 33726: Add short descriptions to PEP references in seealso (original) (raw)
Issue33726
Created on 2018-06-01 03:03 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 7294 | merged | adelfino,2018-06-01 03:03 | |
PR 9980 | merged | miss-islington,2018-10-19 23:31 | |
PR 9981 | merged | miss-islington,2018-10-19 23:31 |
Messages (7) | ||
---|---|---|
msg318359 - (view) | Author: Andrés Delfino (adelfino) * ![]() |
Date: 2018-06-01 03:03 |
There are a couple of PEP references with no description in Simple/Compound Statements. Attached PR fixes this. | ||
msg319489 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2018-06-14 00:02 |
My personal opinion is that the PEP title should suffice and that a person can click the link for more detail. | ||
msg319490 - (view) | Author: Andrés Delfino (adelfino) * ![]() |
Date: 2018-06-14 03:01 |
Yeah, I think you are right. The motivation for this PR was to not have two PEPs references in the same line, because, IMHO, it looks somewhat weird. Now, they look like: "See also: PEP 3115 - Metaclasses in Python 3 PEP 3129 - Class Decorators" Would a change to make it look like: """ See also: PEP 3115 - Metaclasses in Python 3 PEP 3129 - Class Decorators """ be accepted? | ||
msg328083 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-10-19 23:31 |
New changeset 0f14fc1a7cb2ea0012d0a943e4460acdee2108d7 by Victor Stinner (Andrés Delfino) in branch 'master': bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) https://github.com/python/cpython/commit/0f14fc1a7cb2ea0012d0a943e4460acdee2108d7 | ||
msg328087 - (view) | Author: miss-islington (miss-islington) | Date: 2018-10-19 23:43 |
New changeset 2a6cf446802079a3ee57147de8273c84d63767e9 by Miss Islington (bot) in branch '3.7': bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) https://github.com/python/cpython/commit/2a6cf446802079a3ee57147de8273c84d63767e9 | ||
msg328088 - (view) | Author: miss-islington (miss-islington) | Date: 2018-10-19 23:44 |
New changeset 70102ff18817dd3db79cf73a1028251bbf2106f2 by Miss Islington (bot) in branch '3.6': bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) https://github.com/python/cpython/commit/70102ff18817dd3db79cf73a1028251bbf2106f2 | ||
msg328094 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-10-20 00:05 |
Thanks Andrés Delfino! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:01 | admin | set | github: 77907 |
2018-10-20 00:05:28 | vstinner | set | status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved |
2018-10-19 23:44:34 | miss-islington | set | messages: + |
2018-10-19 23:43:58 | miss-islington | set | nosy: + miss-islingtonmessages: + |
2018-10-19 23:31:41 | miss-islington | set | pull_requests: + <pull%5Frequest9322> |
2018-10-19 23:31:29 | miss-islington | set | pull_requests: + <pull%5Frequest9321> |
2018-10-19 23:31:20 | vstinner | set | nosy: + vstinnermessages: + |
2018-06-14 03:01:29 | adelfino | set | messages: + |
2018-06-14 00:02:05 | rhettinger | set | nosy: + rhettingermessages: + |
2018-06-01 03:03:42 | adelfino | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6922> |
2018-06-01 03:03:25 | adelfino | create |