This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arhadthedev
Recipients arhadthedev, docs@python
Date 2022-03-08.18:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646765984.56.0.127425634873.issue46962@roundup.psfhosted.org>
In-reply-to
Content
To support `--without-doc-strings`, all docstrings must be wrapped into `PyDoc_STRVAR` or `PyDoc_STR` (PEP 7). However, there are 18 occurrences in code and 10 in C API documentation that do not follow this rule. The documentation is important too because it should not teach people the wrong things.

To find the occurrences I searched for `(?:^\s*.tp_doc = "|" \/\* tp_doc \*\/$)` and`^(?:static\s+)?const\s+char\s+[^=]+=\s*"`.
History
Date User Action Args
2022-03-08 18:59:44arhadthedevsetrecipients: + arhadthedev, docs@python
2022-03-08 18:59:44arhadthedevsetmessageid: <1646765984.56.0.127425634873.issue46962@roundup.psfhosted.org>
2022-03-08 18:59:44arhadthedevlinkissue46962 messages
2022-03-08 18:59:44arhadthedevcreate