[Python-checkins] Add pganssle to CODEOWNERS and ACKS (GH-14138)

Paul Ganssle webhook-mailer at python.org
Tue Jun 18 14:57:51 EDT 2019


https://github.com/python/cpython/commit/d287215df5c967da5a9141c1182d240bdb46ec4a
commit: d287215df5c967da5a9141c1182d240bdb46ec4a
branch: master
author: Paul Ganssle <pganssle at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-06-18T19:57:45+01:00
summary:

Add pganssle to CODEOWNERS and ACKS (GH-14138)

Also adds abalkin to CODEOWNERS for date and time related files.

files:
M .github/CODEOWNERS
M Misc/ACKS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 963ab4dcff42..8c3970babcc5 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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
diff --git a/Misc/ACKS b/Misc/ACKS
index 082fa567f23a..05a3e61f6941 100644
--- 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



More information about the Python-checkins mailing list