aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2023-01-06 20:38:12 +0000
committerGitHub <noreply@github.com>2023-01-06 20:38:12 +0000
commit26ff43625ed7bf09542ad8f149cb6af710b41e15 (patch)
tree693173faf3ec552c7509355602db02f15d141133 /.github
parentgh-100690: Raise an AttributeError when the assert_ prefix is forgotten when ... (diff)
downloadcpython-26ff43625ed7bf09542ad8f149cb6af710b41e15.tar.gz
cpython-26ff43625ed7bf09542ad8f149cb6af710b41e15.tar.bz2
cpython-26ff43625ed7bf09542ad8f149cb6af710b41e15.zip
Add barneygale to CODEOWNERS for pathlib (#100808)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 351bf7c3955..d68f1eb328d 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