diff --git a/peps/pep-0639.rst b/peps/pep-0639.rst index 6561f959c..8556c016e 100644 --- a/peps/pep-0639.rst +++ b/peps/pep-0639.rst @@ -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 (``/``).