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.

Author mdk
Recipients erlendaasland, lukasz.langa, mdk, ned.deily, pablogsal, rhettinger, vstinner
Date 2021-10-09.07:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2021-10-09 07:59:37mdksetrecipients: + mdk, rhettinger, vstinner, ned.deily, lukasz.langa, pablogsal, erlendaasland
2021-10-09 07:59:37mdksetmessageid: <[email protected]>
2021-10-09 07:59:37mdklinkissue42238 messages
2021-10-09 07:59:37mdkcreate