diff options
author | Paul Ganssle <pganssle@users.noreply.github.com> | 2019-06-18 18:57:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 18:57:45 (GMT) |
commit | d287215df5c967da5a9141c1182d240bdb46ec4a (patch) | |
tree | 4ace533905270ca57b547856e7afa8a504d91afc /.github | |
parent | 6b9c204ee77a0de87d6f51a3d4547a18604cef9e (diff) | |
download | cpython-d287215df5c967da5a9141c1182d240bdb46ec4a.zip cpython-d287215df5c967da5a9141c1182d240bdb46ec4a.tar.gz cpython-d287215df5c967da5a9141c1182d240bdb46ec4a.tar.bz2 |
Add pganssle to CODEOWNERS and ACKS (GH-14138)
Also adds abalkin to CODEOWNERS for date and time related files.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 963ab4d..8c3970b 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 |