[Python-checkins] bpo-42238: [doc]: A make sucpicious false positive. (GH-32329)

JulienPalard webhook-mailer at python.org
Tue Apr 5 03:57:51 EDT 2022


https://github.com/python/cpython/commit/d0e696e05d4aaca1f1cde72a5c3326ca3d0f5c24
commit: d0e696e05d4aaca1f1cde72a5c3326ca3d0f5c24
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2022-04-05T09:57:42+02:00
summary:

bpo-42238: [doc]: A make sucpicious false positive. (GH-32329)

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

diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index 88f401fc8370a..932c3800c9fa1 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.



More information about the Python-checkins mailing list