SIGN IN SIGN UP

gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)

Use `fnmatch` to match path and pattern anchors, just as we do for other
path parts. This allows patterns such as `'*:/Users/*'` to be matched.
B
Barney Gale committed
d401b20630965c0e1d2a5a0d60d5fc51aa5a8d80
Parent: 775f881
Committed by GitHub <noreply@github.com> on 2/17/2023, 2:05:38 PM