]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ignored...
authorJulien Palard <julien@palard.fr>
Wed, 23 Mar 2022 08:34:30 +0000 (09:34 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 08:34:30 +0000 (09:34 +0100)
Doc/tools/susp-ignored.csv

index 43a36042059f7199bb98902d09a6c7f9732178cc..a5ceff4be019629828ced79087e2287b7328341d 100644 (file)
@@ -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`"