From 89b0283a08999efc6ce82f4e57b329a8c6cddf93 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 25 Aug 2021 14:57:57 +0200 Subject: [PATCH] bpo-42238: [doc] Some more make suspicious false positives. --- Doc/tools/susp-ignored.csv | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 35bcbd0404976f..f9b76bfe64220c 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]``.