[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Zachary Ware 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)

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Zachary Ware 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)

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +19050 pull_request: https://github.com/python/cpython/pull/19728 ___ Python tracker ___

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +19049 pull_request: https://github.com/python/cpython/pull/19727 ___ Python tracker ___

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Zachary Ware 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 ___

[issue38387] Document PyDoc_STRVAR

2020-04-26 Thread Zachary Ware
Zachary Ware 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/b54e46cb57ebac5c525a9a6be241412cd57bc935 --

[issue38387] Document PyDoc_STRVAR

2019-10-06 Thread Brad Solomon
New submission from Brad Solomon : 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