8000 Add barneygale to CODEOWNERS for pathlib by barneygale · Pull Request #100808 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Add barneygale to CODEOWNERS for pathlib #100808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add barneygale to CODEOWNERS for pathlib
  • Loading branch information
barneygale committed Jan 6, 2023
commit e3efe049cc1f03af519490902c21901b72d5ea47
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
0