From: Brett Cannon Date: Wed, 30 Mar 2022 18:34:29 +0000 (-0700) Subject: Add CODEOWNERS entry for pathlib (GH-32202) X-Git-Tag: v3.11.0a7~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=795c00b91cbc208969302e9e16a269c2049af3e9;p=thirdparty%2FPython%2Fcpython.git Add CODEOWNERS entry for pathlib (GH-32202) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 33a3ebb3a387..62ee6f89cda6 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