Skip to content

Commit d287215

Browse files
authored
Add pganssle to CODEOWNERS and ACKS (pythonGH-14138)
Also adds abalkin to CODEOWNERS for date and time related files.
1 parent 6b9c204 commit d287215

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ Objects/dict* @methane
4343
# CSPRNG
4444
Python/bootstrap_hash.c @python/crypto-team @tiran
4545

46+
# Dates and times
47+
**/*datetime* @pganssle @abalkin
48+
**/*str*time* @pganssle @abalkin
49+
Doc/library/time.rst @pganssle @abalkin
50+
Lib/test/test_time.py @pganssle @abalkin
51+
Modules/timemodule.c @pganssle @abalkin
52+
Python/pytime.c @pganssle @abalkin
53+
Include/pytime.h @pganssle @abalkin
54+
4655
# Email and related
4756
**/*mail* @python/email-team
4857
**/*smtp* @python/email-team

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ Riccardo Attilio Galli
541541
Raymund Galvin
542542
Nitin Ganatra
543543
Fred Gansevles
544+
Paul Ganssle
544545
Lars Marius Garshol
545546
Jake Garver
546547
Dan Gass

0 commit comments

Comments
 (0)