PEP 639: Character ranges are treated locale-agnostic (#3914)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
parent
89ae6e0e30
commit
9765fa989f
|
@ -528,7 +528,8 @@ as specified below:
|
|||
|
||||
- Special glob characters: ``*``, ``?``, ``**`` and character ranges: ``[]``
|
||||
containing only the verbatim matched characters MUST be supported.
|
||||
Within ``[...]``, the hyphen indicates a range (e.g. ``a-z``).
|
||||
Within ``[...]``, the hyphen indicates a locale-agnostic range (e.g. ``a-z``,
|
||||
order based on Unicode code points).
|
||||
Hyphens at the start or end are matched literally.
|
||||
|
||||
- Path delimiters MUST be the forward slash character (``/``).
|
||||
|
|
Loading…
Reference in New Issue