Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) #19728

Merged
merged 1 commit into from Apr 27, 2020

Conversation

zware
Copy link
Member

@zware zware commented Apr 27, 2020

Adds a short description of PyDoc_STRVAR and PyDoc_STR to "Useful macros" section of C-API docs.

Currently, there is one lone mention in the C-API reference, despite the fact that PyDoc_STRVAR is ubiquitous to Modules/.

Additionally, this properly uses c:macro within Doc/c-api/module.rst to link..
(cherry picked from commit b54e46c)

Authored-by: Brad Solomon brad.solomon.1124@gmail.com

https://bugs.python.org/issue38387

…ythonGH-16607)

Adds a short description of `PyDoc_STRVAR` and `PyDoc_STR` to "Useful macros" section of C-API docs.

Currently, there is [one lone mention](https://docs.python.org/3/c-api/module.html?highlight=pydoc_strvarGH-c.PyModuleDef) in the C-API reference, despite the fact that `PyDoc_STRVAR` is ubiquitous to `Modules/`.

Additionally, this properly uses `c:macro` within `Doc/c-api/module.rst` to link..
(cherry picked from commit b54e46c)

Co-authored-by: Brad Solomon <brad.solomon.1124@gmail.com>
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting core review labels Apr 27, 2020
@zware zware merged commit 70ba814 into python:3.7 Apr 27, 2020
5 checks passed
@zware zware deleted the backport-b54e46c-3.7 branch Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants