[issue42238] Deprecate suspicious.py?

STINNER Victor report at bugs.python.org
Fri Apr 16 11:00:49 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

I wrote a PR to enhance -W option documentation. The suspicious job complains whereas my Sphinx format is valid:

   The full form of argument is::

       action:message:category:module:lineno

Example of suspicious error:

[using/cmdline:438] ":message" found in "action:message:category:module:lineno"

I see that Doc/tools/suspicious.csv already contains an ignore rule for Doc/using/cmdline.rst.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42238>
_______________________________________


More information about the Python-bugs-list mailing list