[issue29917] Wrong link target in PyMethodDef documentation
New submission from Michael Seifert: The `link`-target of the "type" struct member is the python built-in "type". See [1]. I think it should not be a link at all. [1] https://docs.python.org/3.7/c-api/structures.html#c.PyMemberDef ---------- assignee: docs@python components: Documentation messages: 290575 nosy: MSeifert, docs@python priority: normal severity: normal status: open title: Wrong link target in PyMethodDef documentation _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Serhiy Storchaka added the comment: Agree. I noticed this when making a review of PR 831, but forgot to open an issue. ---------- nosy: +serhiy.storchaka stage: -> needs patch type: -> behavior versions: +Python 2.7, Python 3.5, Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Cheryl Sabella added the comment: I am working on a pull request for this issue. ---------- nosy: +csabella _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Changes by Cheryl Sabella <chekat2@gmail.com>: ---------- pull_requests: +792 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Changes by Cheryl Sabella <chekat2@gmail.com>: ---------- pull_requests: +792, 793 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Senthil Kumaran added the comment: New changeset c3c7ef088583cc12bd218138036d1edb6de9c63f by Senthil Kumaran (csabella) in branch 'master': bpo-29917: DOC: Remove link from PyMethodDef (#890) https://github.com/python/cpython/commit/c3c7ef088583cc12bd218138036d1edb6de... ---------- nosy: +orsenthil _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Changes by Senthil Kumaran <senthil@uthcode.com>: ---------- stage: needs patch -> backport needed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Changes by Senthil Kumaran <senthil@uthcode.com>: ---------- pull_requests: +797 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Changes by Senthil Kumaran <senthil@uthcode.com>: ---------- pull_requests: +798 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Changes by Senthil Kumaran <senthil@uthcode.com>: ---------- pull_requests: +799 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Senthil Kumaran added the comment: New changeset da6ad2f780d187fbfdea330d1037766ae7bdb778 by Senthil Kumaran in branch '3.6': bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894) https://github.com/python/cpython/commit/da6ad2f780d187fbfdea330d1037766ae7b... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Senthil Kumaran added the comment: New changeset d1dbbaab01354f01faa696aff1280db3b349e354 by Senthil Kumaran in branch '3.5': bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895) https://github.com/python/cpython/commit/d1dbbaab01354f01faa696aff1280db3b34... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Senthil Kumaran added the comment: New changeset 3ceca68741f8a2d3a4436b6d54eae76aa5bcc4c5 by Senthil Kumaran in branch '2.7': bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896) https://github.com/python/cpython/commit/3ceca68741f8a2d3a4436b6d54eae76aa5b... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
Changes by Senthil Kumaran <senthil@uthcode.com>: ---------- resolution: -> fixed stage: backport needed -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29917> _______________________________________
participants (4)
-
Cheryl Sabella -
Michael Seifert -
Senthil Kumaran -
Serhiy Storchaka