From: Julien Palard Date: Tue, 5 Apr 2022 07:57:42 +0000 (+0200) Subject: bpo-42238: [doc]: A make sucpicious false positive. (GH-32329) X-Git-Tag: v3.11.0a7~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0e696e05d4aaca1f1cde72a5c3326ca3d0f5c24;p=thirdparty%2FPython%2Fcpython.git bpo-42238: [doc]: A make sucpicious false positive. (GH-32329) --- diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 88f401fc8370..932c3800c9fa 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -393,3 +393,4 @@ 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` whatsnew/changelog,,:company,-V:company/tag +library/typing,,`,# are located in the `typing_extensions` backports package.