summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-11-26 14:44:13 (GMT)
committerGitHub <noreply@github.com>2022-11-26 14:44:13 (GMT)
commit7796d3179b71536dd1d2ca7fdbc1255bdb8cfb52 (patch)
tree66860a62999d36cae0f89808264b942e18c97d23 /.github/CODEOWNERS
parentdc063a25d29840d863b15c86fdab15b4a1894c73 (diff)
downloadcpython-7796d3179b71536dd1d2ca7fdbc1255bdb8cfb52.zip
cpython-7796d3179b71536dd1d2ca7fdbc1255bdb8cfb52.tar.gz
cpython-7796d3179b71536dd1d2ca7fdbc1255bdb8cfb52.tar.bz2
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
* gh-98098: Move zipfile into a package. * Moved test_zipfile to a package * Extracted module for test_path. * Add blurb * Add jaraco as owner of zipfile.Path. * Synchronize with minor changes found at jaraco/zipp@d9e7f4352d.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5f6d862..5d30c09 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -154,3 +154,6 @@ Lib/ast.py @isidentical
# pathlib
**/*pathlib* @brettcannon
+
+# zipfile.Path
+**/*zipfile/*_path.py @jaraco