PEP 639: consuming tools SHOULD reject invalid glob patterns (#3926)

This commit is contained in:
Brett Cannon 2024-08-29 08:57:26 -07:00 committed by GitHub
parent eb67885d22
commit d331db1d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.