From b3643399e60bcec00d6756f04e032f95fe3c288e Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Sun, 27 Jul 2025 14:18:24 +0200 Subject: [PATCH] Update news message --- .../Library/2025-07-20-17-57-39.gh-issue-87112.sKU2V8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.