summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2023-01-06 20:38:12 (GMT)
committerGitHub <noreply@github.com>2023-01-06 20:38:12 (GMT)
commit26ff43625ed7bf09542ad8f149cb6af710b41e15 (patch)
tree693173faf3ec552c7509355602db02f15d141133 /.github/CODEOWNERS
parent1d4d677d1c90fcf4886ded0bf04b8f9d5b60b909 (diff)
downloadcpython-26ff43625ed7bf09542ad8f149cb6af710b41e15.zip
cpython-26ff43625ed7bf09542ad8f149cb6af710b41e15.tar.gz
cpython-26ff43625ed7bf09542ad8f149cb6af710b41e15.tar.bz2
Add barneygale to CODEOWNERS for pathlib (#100808)
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 351bf7c..d68f1eb 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -152,5 +152,8 @@ Lib/ast.py @isidentical
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team
+# pathlib
+**/*pathlib* @barneygale
+
# zipfile.Path
**/*zipfile/*_path.py @jaraco