Skip to content

Commit ec8906f

Browse files
authored
bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ignored.csv. (GH-32070)
1 parent bd1cf6e commit ec8906f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/tools/susp-ignored.csv

+6-6
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,12 @@ library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destro
382382
library/tkinter,,::,ttk::frame
383383
library/tkinter,,::,ttk::button
384384
library/tkinter,,::,ttk::widget
385-
reference/compound_stmts,324,:exc,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
386-
reference/compound_stmts,324,`,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
387-
reference/compound_stmts,324,:keyword,"and except* in the same :keyword:`try`. :keyword:`break`,"
388-
reference/compound_stmts,324,`,"and except* in the same :keyword:`try`. :keyword:`break`,"
389-
reference/compound_stmts,324,:keyword,:keyword:`continue` and :keyword:`return` cannot appear in an except*
390-
reference/compound_stmts,324,`,:keyword:`continue` and :keyword:`return` cannot appear in an except*
385+
reference/compound_stmts,,:exc,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
386+
reference/compound_stmts,,`,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
387+
reference/compound_stmts,,:keyword,"and except* in the same :keyword:`try`. :keyword:`break`,"
388+
reference/compound_stmts,,`,"and except* in the same :keyword:`try`. :keyword:`break`,"
389+
reference/compound_stmts,,:keyword,:keyword:`continue` and :keyword:`return` cannot appear in an except*
390+
reference/compound_stmts,,`,:keyword:`continue` and :keyword:`return` cannot appear in an except*
391391
whatsnew/changelog,,:CON,": os.path.abspath(“C:CON”) is now fixed to return “\.CON”, not"
392392
whatsnew/changelog,,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart
393393
library/typing,,`,"assert_type(name, str) # OK, inferred type of `name` is `str`"

0 commit comments

Comments
 (0)