[Python-checkins] Add barneygale to CODEOWNERS for pathlib (#100808)

AlexWaygood webhook-mailer at python.org
Fri Jan 6 15:38:18 EST 2023


https://github.com/python/cpython/commit/26ff43625ed7bf09542ad8f149cb6af710b41e15
commit: 26ff43625ed7bf09542ad8f149cb6af710b41e15
branch: main
author: Barney Gale <barney.gale at gmail.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-01-06T20:38:12Z
summary:

Add barneygale to CODEOWNERS for pathlib (#100808)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 351bf7c39555..d68f1eb328d0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -152,5 +152,8 @@ Lib/ast.py                    @isidentical
 /Mac/                         @python/macos-team
 **/*osx_support*              @python/macos-team
 
+# pathlib
+**/*pathlib*                  @barneygale
+
 # zipfile.Path
 **/*zipfile/*_path.py         @jaraco



More information about the Python-checkins mailing list