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

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