Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Feb 17, 2023

Commits on Jan 27, 2023

  1. pythongh-101360: Fix anchor matching in pathlib.PureWindowsPath.match()

    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.
    barneygale committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    13e9330 View commit details
    Browse the repository at this point in the history
  2. Fix news blurb syntax

    barneygale committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f7b879e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    ef53ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0468c View commit details
    Browse the repository at this point in the history