mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add pganssle to CODEOWNERS and ACKS (GH-14138)
Also adds abalkin to CODEOWNERS for date and time related files.
This commit is contained in:
parent
6b9c204ee7
commit
d287215df5
2 changed files with 10 additions and 0 deletions
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
|
@ -541,6 +541,7 @@ Riccardo Attilio Galli
|
|||
Raymund Galvin
|
||||
Nitin Ganatra
|
||||
Fred Gansevles
|
||||
Paul Ganssle
|
||||
Lars Marius Garshol
|
||||
Jake Garver
|
||||
Dan Gass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue