[issue38387] Document PyDoc_STRVAR
New submission from Brad Solomon <brad.solomon.1124@gmail.com>: The C-API reference would benefit from a short mention of PyDoc_STRVAR usage, since it is used so frequently within Modules/. ---------- assignee: docs@python components: Documentation messages: 354053 nosy: bsolomon1124, docs@python priority: normal pull_requests: 16195 severity: normal status: open title: Document PyDoc_STRVAR type: enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38387> _______________________________________
Zachary Ware <zachary.ware@gmail.com> added the comment: New changeset b54e46cb57ebac5c525a9a6be241412cd57bc935 by Brad Solomon in branch 'master': bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) https://github.com/python/cpython/commit/b54e46cb57ebac5c525a9a6be241412cd57... ---------- nosy: +zach.ware _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38387> _______________________________________
Zachary Ware <zachary.ware@gmail.com> added the comment: Thanks for the patch! ---------- resolution: -> fixed stage: -> resolved status: open -> closed title: Document PyDoc_STRVAR -> Document PyDoc_STRVAR and PyDoc_STR macros versions: +Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38387> _______________________________________
Change by Zachary Ware <zachary.ware@gmail.com>: ---------- pull_requests: +19049 pull_request: https://github.com/python/cpython/pull/19727 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38387> _______________________________________
Change by Zachary Ware <zachary.ware@gmail.com>: ---------- pull_requests: +19050 pull_request: https://github.com/python/cpython/pull/19728 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38387> _______________________________________
Zachary Ware <zachary.ware@gmail.com> added the comment: New changeset ca5649c4c1ab260c8ceb8a57ec703c06e2707986 by Zachary Ware in branch '3.8': [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727) https://github.com/python/cpython/commit/ca5649c4c1ab260c8ceb8a57ec703c06e27... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38387> _______________________________________
Zachary Ware <zachary.ware@gmail.com> added the comment: New changeset 70ba81459eeb5818848f86b65cdf78feb86f9612 by Zachary Ware in branch '3.7': [3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728) https://github.com/python/cpython/commit/70ba81459eeb5818848f86b65cdf78feb86... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38387> _______________________________________
participants (2)
-
Brad Solomon
-
Zachary Ware