PEP 639: consuming tools SHOULD reject invalid glob patterns (#3926)
This commit is contained in:
parent
eb67885d22
commit
d331db1d21
|
@ -540,7 +540,7 @@ as specified below:
|
||||||
|
|
||||||
Any characters or character sequences not covered by this specification are
|
Any characters or character sequences not covered by this specification are
|
||||||
invalid. Projects MUST NOT use such values.
|
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,
|
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.
|
and SHOULD validate this and raise an error if it is not.
|
||||||
|
|
Loading…
Reference in New Issue