summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2021-08-26 08:45:01 (GMT)
committerGitHub <noreply@github.com>2021-08-26 08:45:01 (GMT)
commit21fa8547921d28b80b8a88d034081cab000d5480 (patch)
tree38478cbbef0679db314a03d15d2343bb87d44be6 /Doc/tools
parent806e25fd3173a80021e6df87b81263b5f6056f38 (diff)
downloadcpython-21fa8547921d28b80b8a88d034081cab000d5480.zip
cpython-21fa8547921d28b80b8a88d034081cab000d5480.tar.gz
cpython-21fa8547921d28b80b8a88d034081cab000d5480.tar.bz2
bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/susp-ignored.csv10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index 35bcbd0..f9b76bf 100644
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -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]``.