[issue42238] Deprecate suspicious.py?

Julien Palard report at bugs.python.org
Mon Jul 19 08:44:00 EDT 2021


Julien Palard <julien+python at palard.fr> added the comment:

Another one \o/

Fix in: https://github.com/python/cpython/pull/27238

It is:

    :func:pdb.main

Detected by make suspicious as:

    WARNING: [whatsnew/changelog:320] ":func" found in ": Refactor argument processing in :func:pdb.main to simplify"
    WARNING: [whatsnew/changelog:320] ":pdb" found in ": Refactor argument processing in :func:pdb.main to simplify"

I added a test in the same PR to spot this one in rstlint.

----------

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


More information about the Python-bugs-list mailing list