summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2022-03-30 18:34:29 (GMT)
committerGitHub <noreply@github.com>2022-03-30 18:34:29 (GMT)
commit795c00b91cbc208969302e9e16a269c2049af3e9 (patch)
tree30904da26e56502fc792d9153ef98e4976661865 /.github/CODEOWNERS
parentd0c67ea0645b7ad37b867c167882a346a24de641 (diff)
downloadcpython-795c00b91cbc208969302e9e16a269c2049af3e9.zip
cpython-795c00b91cbc208969302e9e16a269c2049af3e9.tar.gz
cpython-795c00b91cbc208969302e9e16a269c2049af3e9.tar.bz2
Add CODEOWNERS entry for pathlib (GH-32202)
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 33a3ebb..62ee6f8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -146,3 +146,6 @@ Lib/ast.py @isidentical
# macOS
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team
+
+# pathlib
+**/*pathlib* @brettcannon