summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-07-14 21:11:13 (GMT)
committerGitHub <noreply@github.com>2023-07-14 21:11:13 (GMT)
commit30f62748e99ef2af3bfbac0e2d84dccf48c81512 (patch)
treea77830eca72fdba3e50acf87fa8d1e0236dcc2c6 /.github
parentdfdded6bebc862edf1b286690b54538eccea8923 (diff)
downloadcpython-30f62748e99ef2af3bfbac0e2d84dccf48c81512.zip
cpython-30f62748e99ef2af3bfbac0e2d84dccf48c81512.tar.gz
cpython-30f62748e99ef2af3bfbac0e2d84dccf48c81512.tar.bz2
[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 03185f0c150ebc52d41dd5ea6f369c7b5ba9fc16)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 32ba535..95fd51b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -164,4 +164,4 @@ Lib/ast.py @isidentical
**/*pathlib* @barneygale
# zipfile.Path
-**/*zipfile/*_path.py @jaraco
+**/*zipfile/_path/* @jaraco