[Python-checkins] [doc] Some more make suspicious false positives. (GH-31977)

JulienPalard webhook-mailer at python.org
Fri Mar 18 09:49:07 EDT 2022


https://github.com/python/cpython/commit/f1683173aabb0ff22e378d36981af6a72a24d6a1
commit: f1683173aabb0ff22e378d36981af6a72a24d6a1
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2022-03-18T14:48:58+01:00
summary:

[doc] Some more make suspicious false positives. (GH-31977)

files:
M Doc/tools/susp-ignored.csv

diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index 12d670d3607e6..43a36042059f7 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`



More information about the Python-checkins mailing list