Skip to content

Commit

Permalink
Add pganssle to CODEOWNERS and ACKS (pythonGH-14138)
Browse files Browse the repository at this point in the history
Also adds abalkin to CODEOWNERS for date and time related files.
  • Loading branch information
pganssle authored Jun 18, 2019
1 parent 6b9c204 commit d287215
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Objects/dict* @methane
# CSPRNG
Python/bootstrap_hash.c @python/crypto-team @tiran

# Dates and times
**/*datetime* @pganssle @abalkin
**/*str*time* @pganssle @abalkin
Doc/library/time.rst @pganssle @abalkin
Lib/test/test_time.py @pganssle @abalkin
Modules/timemodule.c @pganssle @abalkin
Python/pytime.c @pganssle @abalkin
Include/pytime.h @pganssle @abalkin

# Email and related
**/*mail* @python/email-team
**/*smtp* @python/email-team
Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ Riccardo Attilio Galli
Raymund Galvin
Nitin Ganatra
Fred Gansevles
Paul Ganssle
Lars Marius Garshol
Jake Garver
Dan Gass
Expand Down

0 comments on commit d287215

Please sign in to comment.