cpython/Lib/zipfile
Jason R. Coombs 30f62748e9
[3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)
* gh-106752: Move zipfile._path into its own package so it may have supplementary behavior.

* Add blurb.
(cherry picked from commit 03185f0c15)
2023-07-14 21:11:13 +00:00
..
_path [3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755) 2023-07-14 21:11:13 +00:00
__init__.py gh-103861: Fix Zip64 extensions not being properly applied in some cases (#103863) 2023-05-16 00:43:44 -07:00
__main__.py