summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation/2022-03-08-22-10-38.bpo-46962.FIVe9I.rst
blob: f5b54013bd672075f72fbaaf5ce9c7a7fec6af65 (plain)
1
2
3
4
All docstrings in code snippets are now wrapped into :func:`PyDoc_STR` to
follow the guideline of `PEP 7's Documentation Strings paragraph
<https://www.python.org/dev/peps/pep-0007/#documentation-strings>`_. Patch
by Oleg Iarygin.