match_end=r"\Z" is the default, same behaviour as before (create a full match up to the string end from the globbing pattern). match_end=otherregex can be flexibly used to match anything else after the regex generated from the globbing pattern.
# Conflicts: # docs/changes.rst # docs/usage/mount.rst.inc # src/borg/archive.py # src/borg/archiver.py # src/borg/fuse.py # src/borg/testsuite/archiver.py
import stdlib from stdlib import x import 3rd party import borg stuff