]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)
authorJulien Palard <julien@palard.fr>
Thu, 26 Aug 2021 08:45:01 +0000 (10:45 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 08:45:01 +0000 (10:45 +0200)
Doc/tools/susp-ignored.csv

index 35bcbd0404976f40455ef08b9aff321b857b681b..f9b76bfe64220c3b072f981f8274db6fd36ebeaf 100644 (file)
@@ -380,3 +380,13 @@ library/typing,1004,`,# Type of ``val`` is narrowed to ``str``
 library/typing,1004,`,"# Else, type of ``val`` is narrowed to ``float``."
 library/typing,1004,`,# Type of ``val`` is narrowed to ``List[str]``.
 library/typing,1004,`,# Type of ``val`` remains as ``List[object]``.
+library/tkinter,312,::,ttk::frame .frm -padding 10
+library/tkinter,312,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
+library/tkinter,312,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
+library/tkinter,322,::,ttk::frame
+library/tkinter,420,::,ttk::button
+library/tkinter,428,::,ttk::widget
+library/typing,1011,`,# Type of ``val`` is narrowed to ``str``
+library/typing,1011,`,"# Else, type of ``val`` is narrowed to ``float``."
+library/typing,1011,`,# Type of ``val`` is narrowed to ``List[str]``.
+library/typing,1011,`,# Type of ``val`` remains as ``List[object]``.