summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2022-03-30 11:34:29 -0700
committerGitHub <noreply@github.com>2022-03-30 11:34:29 -0700
commit795c00b91cbc208969302e9e16a269c2049af3e9 (patch)
tree30904da26e56502fc792d9153ef98e4976661865
parentd0c67ea0645b7ad37b867c167882a346a24de641 (diff)
downloadcpython-git-795c00b91cbc208969302e9e16a269c2049af3e9.tar.gz
Add CODEOWNERS entry for pathlib (GH-32202)
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 33a3ebb3a3..62ee6f89cd 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