From d287215df5c967da5a9141c1182d240bdb46ec4a Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Tue, 18 Jun 2019 19:57:45 +0100 Subject: Add pganssle to CODEOWNERS and ACKS (GH-14138) Also adds abalkin to CODEOWNERS for date and time related files. --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 963ab4dcff..8c3970babc 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 -- cgit v1.2.1