Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix news blurb syntax
  • Loading branch information
barneygale committed Jan 27, 2023
commit f7b879ea229512338255ccb113e68dd88f6a360a
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix anchor matching in :meth:`pathlib.PureWindowsPath.match`. Path and
pattern anchors are now matched with :mod:`fnmatch`, just like other path
parts. This allows patterns such as `"*:/Users/*"` to be matched.
parts. This allows patterns such as ``"*:/Users/*"`` to be matched.