diff --git a/Misc/NEWS.d/next/Library/2025-07-20-17-57-39.gh-issue-87112.sKU2V8.rst b/Misc/NEWS.d/next/Library/2025-07-20-17-57-39.gh-issue-87112.sKU2V8.rst index cb72b8eea1a..ba4e72de85e 100644 --- a/Misc/NEWS.d/next/Library/2025-07-20-17-57-39.gh-issue-87112.sKU2V8.rst +++ b/Misc/NEWS.d/next/Library/2025-07-20-17-57-39.gh-issue-87112.sKU2V8.rst @@ -1,2 +1,2 @@ -Ensure that only ASCII digits are accepted as section number in MIME header -parameter. +Ensure that only digits convertible to integers are accepted as section number +in MIME header parameter.