[Python-checkins] bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-30981)

JulienPalard webhook-mailer at python.org
Fri Jan 28 04:51:09 EST 2022


https://github.com/python/cpython/commit/44afdbd5af4503e376148e9404b9c7a4f595b1fe
commit: 44afdbd5af4503e376148e9404b9c7a4f595b1fe
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2022-01-28T10:50:58+01:00
summary:

bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-30981)

files:
M Doc/tools/susp-ignored.csv

diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index 43849a409d547..12d670d3607e6 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



More information about the Python-checkins mailing list