Add CODEOWNERS entry for pathlib (GH-32202)

This commit is contained in:
Brett Cannon 2022-03-30 11:34:29 -07:00 committed by GitHub
parent d0c67ea064
commit 795c00b91c
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

@ -146,3 +146,6 @@ Lib/ast.py @isidentical
# macOS
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team
# pathlib
**/*pathlib* @brettcannon