Skip to content

Commit 21fa854

Browse files
authored
bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)
1 parent 806e25f commit 21fa854

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,3 +380,13 @@ library/typing,1004,`,# Type of ``val`` is narrowed to ``str``
380380
library/typing,1004,`,"# Else, type of ``val`` is narrowed to ``float``."
381381
library/typing,1004,`,# Type of ``val`` is narrowed to ``List[str]``.
382382
library/typing,1004,`,# Type of ``val`` remains as ``List[object]``.
383+
library/tkinter,312,::,ttk::frame .frm -padding 10
384+
library/tkinter,312,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
385+
library/tkinter,312,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
386+
library/tkinter,322,::,ttk::frame
387+
library/tkinter,420,::,ttk::button
388+
library/tkinter,428,::,ttk::widget
389+
library/typing,1011,`,# Type of ``val`` is narrowed to ``str``
390+
library/typing,1011,`,"# Else, type of ``val`` is narrowed to ``float``."
391+
library/typing,1011,`,# Type of ``val`` is narrowed to ``List[str]``.
392+
library/typing,1011,`,# Type of ``val`` remains as ``List[object]``.

0 commit comments

Comments
 (0)