diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2023-07-14 21:11:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 21:11:13 (GMT) |
commit | 30f62748e99ef2af3bfbac0e2d84dccf48c81512 (patch) | |
tree | a77830eca72fdba3e50acf87fa8d1e0236dcc2c6 /.github | |
parent | dfdded6bebc862edf1b286690b54538eccea8923 (diff) | |
download | cpython-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/CODEOWNERS | 2 |
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 |