]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add CODEOWNERS entry for pathlib (GH-32202)
authorBrett Cannon <brett@python.org>
Wed, 30 Mar 2022 18:34:29 +0000 (11:34 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 18:34:29 +0000 (11:34 -0700)
.github/CODEOWNERS

index 33a3ebb3a38700b84cf054bac032aa24fa969b09..62ee6f89cda6791b7b6874635b69445ef4fe4522 100644 (file)
@@ -146,3 +146,6 @@ Lib/ast.py                    @isidentical
 # macOS
 /Mac/                         @python/macos-team
 **/*osx_support*              @python/macos-team
+
+# pathlib
+**/*pathlib*                  @brettcannon