mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
* gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277)
Apply changes from zipp 3.23
(cherry picked from commit 8d6eb0c262)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Removed features slated for Python 3.15 only.
---------
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
3 lines
110 B
Python
3 lines
110 B
Python
from . import test_path
|
|
|
|
__name__ == '__main__' and test_path.build_alpharep_fixture().extractall('alpharep')
|