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

Document PyDoc_STRVAR and PyDoc_STR macros #82568

Closed
bsolomon1124 mannequin opened this issue Oct 6, 2019 · 5 comments
Closed

Document PyDoc_STRVAR and PyDoc_STR macros #82568

bsolomon1124 mannequin opened this issue Oct 6, 2019 · 5 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@bsolomon1124
Copy link
Mannequin

bsolomon1124 mannequin commented Oct 6, 2019

BPO 38387
Nosy @zware, @bsolomon1124
PRs
  • bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros #16607
  • [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) #19727
  • [3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) #19728
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2020-04-27.02:33:01.640>
    created_at = <Date 2019-10-06.23:43:50.829>
    labels = ['3.8', 'type-feature', '3.7', '3.9', 'docs']
    title = 'Document PyDoc_STRVAR and PyDoc_STR macros'
    updated_at = <Date 2020-04-27.02:46:14.094>
    user = 'https://github.com/bsolomon1124'

    bugs.python.org fields:

    activity = <Date 2020-04-27.02:46:14.094>
    actor = 'zach.ware'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2020-04-27.02:33:01.640>
    closer = 'zach.ware'
    components = ['Documentation']
    creation = <Date 2019-10-06.23:43:50.829>
    creator = 'bsolomon1124'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38387
    keywords = []
    message_count = 5.0
    messages = ['354053', '367356', '367357', '367359', '367360']
    nosy_count = 3.0
    nosy_names = ['docs@python', 'zach.ware', 'bsolomon1124']
    pr_nums = ['16607', '19727', '19728']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38387'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @bsolomon1124
    Copy link
    Mannequin Author

    bsolomon1124 mannequin commented Oct 6, 2019

    The C-API reference would benefit from a short mention of PyDoc_STRVAR usage, since it is used so frequently within Modules/.

    @bsolomon1124 bsolomon1124 mannequin assigned docspython Oct 6, 2019
    @bsolomon1124 bsolomon1124 mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Oct 6, 2019
    @zware
    Copy link
    Member

    zware commented Apr 27, 2020

    New changeset b54e46c by Brad Solomon in branch 'master':
    bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
    b54e46c

    @zware
    Copy link
    Member

    zware commented Apr 27, 2020

    Thanks for the patch!

    @zware zware added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Apr 27, 2020
    @zware zware closed this as completed Apr 27, 2020
    @zware zware changed the title Document PyDoc_STRVAR Document PyDoc_STRVAR and PyDoc_STR macros Apr 27, 2020
    @zware
    Copy link
    Member

    zware commented Apr 27, 2020

    New changeset ca5649c by Zachary Ware in branch '3.8':
    [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727)
    ca5649c

    @zware
    Copy link
    Member

    zware commented Apr 27, 2020

    New changeset 70ba814 by Zachary Ware in branch '3.7':
    [3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728)
    70ba814

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant