diff options
author | Julien Palard <julien@palard.fr> | 2022-03-18 13:48:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 13:48:58 (GMT) |
commit | f1683173aabb0ff22e378d36981af6a72a24d6a1 (patch) | |
tree | a28f1be22fb2c731c53b38f8962979045de48c63 | |
parent | 8e3fde728f547f1d32bde8adf62b4c50bb877b9d (diff) | |
download | cpython-f1683173aabb0ff22e378d36981af6a72a24d6a1.zip cpython-f1683173aabb0ff22e378d36981af6a72a24d6a1.tar.gz cpython-f1683173aabb0ff22e378d36981af6a72a24d6a1.tar.bz2 |
[doc] Some more make suspicious false positives. (GH-31977)
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 12d670d..43a3604 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` |