Skip to content

Commit

Permalink
Sync from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Jun 7, 2024
1 parent d23584d commit 79d60e4
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 252 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ Unreleased

- Rename ``PathModuleBase`` to ``ParserBase``, and ``PurePathBase.pathmod``
to ``PurePathBase.parser``.
- Add ``ParserBase.splitext()``.
- Add ``PurePathBase.full_match()``.
- Treat a single dot ("``.``") as a valid file extension.
- Revert ``match()`` back to 3.12 behaviour (no recursive wildcards).
- Replace ``PathBase.glob(follow_symlinks=...)`` with ``recurse_symlinks=...``.
- Suppress all ``OSError`` exceptions from ``PathBase.exists()`` and
``is_*()`` methods.
- Disallow passing ``bytes`` to initialisers.
- Improve walking and globbing performance.
- Expand test coverage.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 1163 files
Loading

0 comments on commit 79d60e4

Please sign in to comment.