diff options
author | Julien Palard <julien@palard.fr> | 2022-01-28 09:50:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 09:50:58 (GMT) |
commit | 44afdbd5af4503e376148e9404b9c7a4f595b1fe (patch) | |
tree | e900dfc5e67ec2b3b0cdc219fa859bc4dcb172de | |
parent | c27a33132be101e246ae2584f1826477357138d6 (diff) | |
download | cpython-44afdbd5af4503e376148e9404b9c7a4f595b1fe.zip cpython-44afdbd5af4503e376148e9404b9c7a4f595b1fe.tar.gz cpython-44afdbd5af4503e376148e9404b9c7a4f595b1fe.tar.bz2 |
bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-30981)
-rw-r--r-- | Doc/tools/susp-ignored.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 43849a4..12d670d 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -388,5 +388,5 @@ reference/compound_stmts,324,:keyword,"and except* in the same :keyword:`try`. : 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* -whatsnew/changelog,178,:CON,": os.path.abspath(“C:CON”) is now fixed to return “\.CON”, not" -whatsnew/changelog,922,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart +whatsnew/changelog,,:CON,": os.path.abspath(“C:CON”) is now fixed to return “\.CON”, not" +whatsnew/changelog,,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart |