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
Fix typo in news entry
  • Loading branch information
barneygale committed May 2, 2023
commit 3ac863437d53126c8e37e1fbd6bfc9b0263909d3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Improve performance of :meth:`pathlib.Path.glob` by using the
Improve performance of :meth:`pathlib.Path.glob` by using
:data:`re.IGNORECASE` to implement case-insensitive matching.