Message 206992 - Python tracker

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.

Content
> The best fix would be to convert the docstrings to something inspect can
> parse.  Preferably by converting the functions to use Argument Clinic,
> though you could manually mark up the docstring by hand if necessary.

We can't check all docstrings in the stdlib and in all third-party libraries.