[issue42238] Deprecate suspicious.py?

Julien Palard report at bugs.python.org
Sat Oct 9 03:59:37 EDT 2021


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

New suspicious today:

    [library/typing:1011] "`" found in "        # Type of ``val`` is narrowed to ``list[str]``."

But it's only because the old one with List[str] instead of list[str] was in susp-ignored.csv, so I just fixed susp-ignored.csv in https://github.com/python/cpython/pull/28827.

----------

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


More information about the Python-bugs-list mailing list