[issue33726] Add short descriptions to PEP references in seealso

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: Thanks Andrés Delfino! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33726] Add short descriptions to PEP references in seealso

2018-10-19 Thread miss-islington
miss-islington added the comment: 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

[issue33726] Add short descriptions to PEP references in seealso

2018-10-19 Thread miss-islington
miss-islington added the comment: 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

[issue33726] Add short descriptions to PEP references in seealso

2018-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9322 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33726] Add short descriptions to PEP references in seealso

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: 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)

[issue33726] Add short descriptions to PEP references in seealso

2018-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9321 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33726] Add short descriptions to PEP references in seealso

2018-06-13 Thread Andrés Delfino
Andrés Delfino added the comment: 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

[issue33726] Add short descriptions to PEP references in seealso

2018-06-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: My personal opinion is that the PEP title should suffice and that a person can click the link for more detail. -- nosy: +rhettinger ___ Python tracker

[issue33726] Add short descriptions to PEP references in seealso

2018-05-31 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +6922 stage: -> patch review ___ Python tracker ___ ___

[issue33726] Add short descriptions to PEP references in seealso

2018-05-31 Thread Andrés Delfino
New submission from Andrés Delfino : There are a couple of PEP references with no description in Simple/Compound Statements. Attached PR fixes this. -- assignee: docs@python components: Documentation messages: 318359 nosy: adelfino, docs@python priority: normal severity: normal