Deprecations and Removals -------------------------
- Drop workaround for stacklevel bug on older PyPy releases. (149)
3.23.1
=======
Bugfixes --------
- ``str(Path(...))`` now renders ":zipfile" for the filename when a zipfile has no filename instead of failing with a TypeError. (134)
3.23.0
=======
Features --------
- Add a compatibility shim for Python 3.13 and earlier. (145)
3.22.0
=======
Features --------
- Backported simplified tests from python/cpython123424. (142)
Bugfixes --------
- Fixed ``.name``, ``.stem``, and other basename-based properties on Windows when working with a zipfile on disk. (133)
3.21.0
=======
Features --------
- Improve performances of :meth:`zipfile.Path.open` for non-reading modes. (1a1928d) - Rely on cached_property to cache values on the instance. - Rely on save_method_args to save method args.
3.20.2
=======
Bugfixes --------
- Make zipp.compat.overlay.zipfile hashable. (126)