Add CODEOWNERS entry for pathlib (GH-32202)
30 Mar
2022
30 Mar
'22
6:34 p.m.
https://github.com/python/cpython/commit/795c00b91cbc208969302e9e16a269c2049... commit: 795c00b91cbc208969302e9e16a269c2049af3e9 branch: main author: Brett Cannon <brett@python.org> committer: brettcannon <brett@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
997
Age (days ago)
997
Last active (days ago)
0 comments
1 participants
participants (1)
-
brettcannon