[issue42238] Deprecate suspicious.py?

Julien Palard report at bugs.python.org
Fri Nov 19 03:31:56 EST 2021


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

A new false positive today from 31b3a70edb1216bdc8fab3b2eafd8ddb00487f41:

https://docs.python.org/dev/reference/datamodel.html#class-getitem-versus-getitem

in:

    should be called::

        from inspect import isclass

        def subscribe(obj, x):
            """Return the result of the expression `obj[x]`"""

make suspicious whines about the backticks.

----------

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


More information about the Python-bugs-list mailing list