Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion peps/pep-0639.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 (``/``).
Expand Down