diff options
author | Julien Palard <julien@palard.fr> | 2022-03-23 08:34:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 08:34:30 (GMT) |
commit | ec8906fb5930b1f078e2a2170cdf445e6c6faf57 (patch) | |
tree | 1f2b754131cb18e76125895d31a1445b73b6b5cd /Doc/tools/susp-ignored.csv | |
parent | bd1cf6ecee76bcdce87b4f69567b95756ecf5a4c (diff) | |
download | cpython-ec8906fb5930b1f078e2a2170cdf445e6c6faf57.zip cpython-ec8906fb5930b1f078e2a2170cdf445e6c6faf57.tar.gz cpython-ec8906fb5930b1f078e2a2170cdf445e6c6faf57.tar.bz2 |
bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ignored.csv. (GH-32070)
Diffstat (limited to 'Doc/tools/susp-ignored.csv')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 43a3604..a5ceff4 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -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`" |