From 795c00b91cbc208969302e9e16a269c2049af3e9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 30 Mar 2022 11:34:29 -0700 Subject: [PATCH] Add CODEOWNERS entry for pathlib (GH-32202) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 33a3ebb3a38..62ee6f89cda 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