]> granicus.if.org Git - python/commitdiff
Add pganssle to CODEOWNERS and ACKS (GH-14138)
authorPaul Ganssle <pganssle@users.noreply.github.com>
Tue, 18 Jun 2019 18:57:45 +0000 (19:57 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 18:57:45 +0000 (19:57 +0100)
Also adds abalkin to CODEOWNERS for date and time related files.

.github/CODEOWNERS
Misc/ACKS

index 963ab4dcff425b010c271a93ba64a61cee57fa1d..8c3970babcc58da21a958a247036132ab8e0a81b 100644 (file)
@@ -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
index 082fa567f23aa6932670a7edb786a3357a4ee1c0..05a3e61f6941498371bb2723994c7e30da84f1dd 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -541,6 +541,7 @@ Riccardo Attilio Galli
 Raymund Galvin
 Nitin Ganatra
 Fred Gansevles
+Paul Ganssle
 Lars Marius Garshol
 Jake Garver
 Dan Gass