From addba95d5a523b78c47e14d66c196f987ab88506 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 18 Mar 2022 14:12:34 +0100 Subject: [PATCH] [doc] Some more make suspicious false positives. --- Doc/tools/susp-ignored.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 12d670d3607e6f..43a36042059f71 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -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`