[Python-checkins] Add CODEOWNERS entry for pathlib (GH-32202)

brettcannon webhook-mailer at python.org
Wed Mar 30 14:34:38 EDT 2022


https://github.com/python/cpython/commit/795c00b91cbc208969302e9e16a269c2049af3e9
commit: 795c00b91cbc208969302e9e16a269c2049af3e9
branch: main
author: Brett Cannon <brett at python.org>
committer: brettcannon <brett at python.org>
date: 2022-03-30T11:34:29-07:00
summary:

Add CODEOWNERS entry for pathlib (GH-32202)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 33a3ebb3a3870..62ee6f89cda67 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



More information about the Python-checkins mailing list