[issue33702] Add some missings links in production lists and a little polish
New submission from Andrés Delfino <adelfino@gmail.com>: 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 components: Documentation messages: 318231 nosy: adelfino, docs@python priority: normal severity: normal status: open title: Add some missings links in production lists and a little polish type: enhancement versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
Change by Andrés Delfino <adelfino@gmail.com>: ---------- keywords: +patch pull_requests: +6886 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> 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/caccca78e46bf3c3b24e09b3afb1c1b08c3... ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7726 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7727 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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/80c188f3efca3ddb3d588b91938655e52ee... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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/445f9edaa4efbf76ae0fe8e18707665ac16... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
Change by Andrés Delfino <adelfino@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
Change by Andrés Delfino <adelfino@gmail.com>: ---------- versions: -Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33702> _______________________________________
participants (3)
-
Andrés Delfino
-
miss-islington
-
Serhiy Storchaka