We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074a176 commit b0d8a1cCopy full SHA for b0d8a1c
1 file changed
Misc/NEWS.d/next/Library/2025-06-08-14-50-34.gh-issue-135276.ZLUhV1.rst
@@ -0,0 +1,6 @@
1
+Synchronized zipfile.Path with zipp 3.23, including improved performance of
2
+:meth:`zipfile.Path.open` for non-reading modes, rely on
3
+:func:`functools.cached_property` to cache values on the instance. Rely on
4
+``save_method_args`` to save the initialization method arguments. Fixed
5
+``.name``, ``.stem`` and other basename-based properties on Windows when
6
+working with a zipfile on disk.
0 commit comments