[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)
This commit is contained in:
Jason R. Coombs 2023-07-14 17:11:13 -04:00 committed by GitHub
parent dfdded6beb
commit 30f62748e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 5 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -164,4 +164,4 @@ Lib/ast.py @isidentical
**/*pathlib* @barneygale
# zipfile.Path
**/*zipfile/*_path.py @jaraco
**/*zipfile/_path/* @jaraco