Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Doc/tools/susp-ignored.csv
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,12 @@ library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destro
library/tkinter,,::,ttk::frame
library/tkinter,,::,ttk::button
library/tkinter,,::,ttk::widget
reference/compound_stmts,324,:exc,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
reference/compound_stmts,324,`,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
reference/compound_stmts,324,:keyword,"and except* in the same :keyword:`try`. :keyword:`break`,"
reference/compound_stmts,324,`,"and except* in the same :keyword:`try`. :keyword:`break`,"
reference/compound_stmts,324,:keyword,:keyword:`continue` and :keyword:`return` cannot appear in an except*
reference/compound_stmts,324,`,:keyword:`continue` and :keyword:`return` cannot appear in an except*
reference/compound_stmts,,:exc,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
reference/compound_stmts,,`,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
reference/compound_stmts,,:keyword,"and except* in the same :keyword:`try`. :keyword:`break`,"
reference/compound_stmts,,`,"and except* in the same :keyword:`try`. :keyword:`break`,"
reference/compound_stmts,,:keyword,:keyword:`continue` and :keyword:`return` cannot appear in an except*
reference/compound_stmts,,`,:keyword:`continue` and :keyword:`return` cannot appear in an except*
whatsnew/changelog,,:CON,": os.path.abspath(“C:CON”) is now fixed to return “\.CON”, not"
whatsnew/changelog,,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart
library/typing,,`,"assert_type(name, str) # OK, inferred type of `name` is `str`"
Expand Down