]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42238: [doc] remove unused, and deduplicate, suspicious ignore rules. (GH-28137)
authorJulien Palard <julien@palard.fr>
Mon, 6 Sep 2021 06:50:48 +0000 (08:50 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Sep 2021 06:50:48 +0000 (08:50 +0200)
Doc/tools/extensions/suspicious.py
Doc/tools/susp-ignored.csv

index 9e814fb94d2b56f596a40055855249b6430bdb5f..c3de4d79c83f873763b80667866ec37841711840 100644 (file)
@@ -118,7 +118,7 @@ class CheckSuspiciousMarkupBuilder(Builder):
             self.logger.warning(
                 'Found %s/%s unused rules: %s' % (
                     len(unused_rules), len(self.rules),
-                    ''.join(repr(rule) for rule in unused_rules),
+                    '\n'.join(repr(rule) for rule in unused_rules),
                 )
             )
         return
index f9b76bfe64220c3b072f981f8274db6fd36ebeaf..b70e1ffced4e3da7b1a12116a3137d4003e06d13 100644 (file)
@@ -234,12 +234,6 @@ library/tarfile,,:xz,'r:xz'
 library/tarfile,,:xz,'w:xz'
 library/time,,:mm,
 library/time,,:ss,
-library/tkinter,294,::,ttk::frame .frm -padding 10
-library/tkinter,294,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
-library/tkinter,294,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
-library/tkinter,304,::,ttk::frame
-library/tkinter,402,::,ttk::button
-library/tkinter,410,::,ttk::widget
 library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
 library/turtle,,::,Example::
 library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
@@ -376,17 +370,13 @@ library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:mai
 library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
 library/re,,`,"`"
 using/configure,84,:db2,=db1:db2:...
-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]``.
+library/typing,,`,# Type of ``val`` is narrowed to ``str``
+library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
+library/typing,,`,# Type of ``val`` is narrowed to ``List[str]``.
+library/typing,,`,# Type of ``val`` remains as ``List[object]``.
+library/tkinter,,::,ttk::frame .frm -padding 10
+library/tkinter,,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
+library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
+library/tkinter,,::,ttk::frame
+library/tkinter,,::,ttk::button
+library/tkinter,,::,ttk::widget