summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 33a3ebb..62ee6f8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -146,3 +146,6 @@ Lib/ast.py @isidentical
# macOS
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team
+
+# pathlib
+**/*pathlib* @brettcannon