summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-07-14 20:40:46 (GMT)
committerGitHub <noreply@github.com>2023-07-14 20:40:46 (GMT)
commit03185f0c150ebc52d41dd5ea6f369c7b5ba9fc16 (patch)
treee7016301a290011dcffa904c8cb870e01f3bbf1e /.github
parentfb32f35c0585b1dbb87b6f254818e1f485a50f65 (diff)
downloadcpython-03185f0c150ebc52d41dd5ea6f369c7b5ba9fc16.zip
cpython-03185f0c150ebc52d41dd5ea6f369c7b5ba9fc16.tar.gz
cpython-03185f0c150ebc52d41dd5ea6f369c7b5ba9fc16.tar.bz2
gh-106752: Move zipfile._path into its own package (#106753)
* gh-106752: Move zipfile._path into its own package so it may have supplementary behavior. * Add blurb
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 5b471c7..234a954 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -172,7 +172,7 @@ Doc/c-api/stable.rst @encukou
**/*pathlib* @barneygale
# zipfile.Path
-**/*zipfile/*_path.py @jaraco
+**/*zipfile/_path/* @jaraco
# Argument Clinic
/Tools/clinic/** @erlend-aasland @AlexWaygood