]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Some more make suspicious false positives. (GH-31977)
authorJulien Palard <julien@palard.fr>
Fri, 18 Mar 2022 13:48:58 +0000 (14:48 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 13:48:58 +0000 (14:48 +0100)
Doc/tools/susp-ignored.csv

index 12d670d3607e6f3128d6fea67ad99c5775e0b474..43a36042059f7199bb98902d09a6c7f9732178cc 100644 (file)
@@ -390,3 +390,5 @@ reference/compound_stmts,324,:keyword,:keyword:`continue` and :keyword:`return`
 reference/compound_stmts,324,`,:keyword:`continue` and :keyword:`return` cannot appear in an except*
 whatsnew/changelog,,:CON,": os.path.abspath(“C:CON”) is now fixed to return “\.CON”, not"
 whatsnew/changelog,,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart
+library/typing,,`,"assert_type(name, str)  # OK, inferred type of `name` is `str`"
+library/typing,,`,# after which we hope the inferred type will be `int`