Closed msmitherdc closed 1 month ago
Thanks for the heads up—will look at getting these in close to/around release.
Other changes for 3.13:
.full_match
added.from_uri
addedfollow_symlinks
kwarg added to is_file
follow_symlinks
kwarg added to is_dir
newline
kwarg added to read_text
recurse_symlinks
kwarg added to glob
pattern
parameter for glob
can be PathLikerecurse_symlinks
kwarg added to rglob
pattern
parameter for rglob
can be PathLike@msmitherdc Just released v0.20.0 to PyPI. Should be good to go with Python 3.13. Let us know if you find any issues.
awesome, i can see it wasn't a small job with some of the internal methods going away
ImportError: cannot import name '_PathParents' from 'pathlib' ImportError: cannot import name 'posixpath' from 'pathlib' ImportError: cannot import name '_make_selector' from 'pathlib'