diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2023-07-14 20:40:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 20:40:46 (GMT) |
commit | 03185f0c150ebc52d41dd5ea6f369c7b5ba9fc16 (patch) | |
tree | e7016301a290011dcffa904c8cb870e01f3bbf1e /.github | |
parent | fb32f35c0585b1dbb87b6f254818e1f485a50f65 (diff) | |
download | cpython-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/CODEOWNERS | 2 |
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 |