Add barneygale to CODEOWNERS for pathlib (#100808)

This commit is contained in:
Barney Gale 2023-01-06 20:38:12 +00:00 committed by GitHub
parent 1d4d677d1c
commit 26ff43625e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.github/CODEOWNERS vendored
View File

@ -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