From d331db1d21d8faa88d7a9a2c21851f58bd7f9eb9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 29 Aug 2024 08:57:26 -0700 Subject: [PATCH] PEP 639: consuming tools SHOULD reject invalid glob patterns (#3926) --- peps/pep-0639.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0639.rst b/peps/pep-0639.rst index 8556c016e..46354348c 100644 --- a/peps/pep-0639.rst +++ b/peps/pep-0639.rst @@ -540,7 +540,7 @@ as specified below: Any characters or character sequences not covered by this specification are invalid. Projects MUST NOT use such values. -Tools consuming this field MAY reject invalid values with an error. +Tools consuming this field SHOULD reject invalid values with an error. Tools MUST assume that license file content is valid UTF-8 encoded text, and SHOULD validate this and raise an error if it is not.