[issue33702] Add some missings links in production lists and a little polish

2018-07-07 Thread Andrés Delfino
Change by Andrés Delfino : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33702] Add some missings links in production lists and a little polish

2018-07-07 Thread Andrés Delfino
Change by Andrés Delfino : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33702] Add some missings links in production lists and a little polish

2018-07-07 Thread miss-islington
miss-islington added the comment: 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/445f9edaa4efbf76ae0fe8e18707665ac1

[issue33702] Add some missings links in production lists and a little polish

2018-07-07 Thread miss-islington
miss-islington added the comment: 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/80c188f3efca3ddb3d588b91938655e52e

[issue33702] Add some missings links in production lists and a little polish

2018-07-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +7727 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33702] Add some missings links in production lists and a little polish

2018-07-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +7726 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33702] Add some missings links in production lists and a little polish

2018-07-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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/caccca78e46bf3c3b

[issue33702] Add some missings links in production lists and a little polish

2018-05-30 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +6886 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33702] Add some missings links in production lists and a little polish

2018-05-30 Thread Andrés Delfino
New submission from Andrés Delfino : 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. -- assignee: docs@python component