From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 28 Feb 2026 13:07:35 +0000 (+0000) Subject: Add Stan to 'Dates and times' reviewers (#145360) X-Git-Tag: v3.15.0a7~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ebb9911bda6434eb4722310efcab5b5879f0f0;p=thirdparty%2FPython%2Fcpython.git Add Stan to 'Dates and times' reviewers (#145360) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0f5d830b5128..19cc7050a43f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -425,19 +425,19 @@ Lib/dataclasses.py @ericvsmith Lib/test/test_dataclasses/ @ericvsmith # Dates and times -Doc/**/*time.rst @pganssle @abalkin -Doc/library/datetime-* @pganssle -Doc/library/zoneinfo.rst @pganssle -Include/datetime.h @pganssle @abalkin -Include/internal/pycore_time.h @pganssle @abalkin -Lib/test/test_zoneinfo/ @pganssle -Lib/zoneinfo/ @pganssle -Lib/*time.py @pganssle @abalkin -Lib/test/datetimetester.py @pganssle @abalkin -Lib/test/test_*time.py @pganssle @abalkin -Modules/*zoneinfo* @pganssle -Modules/*time* @pganssle @abalkin -Python/pytime.c @pganssle @abalkin +Doc/**/*time.rst @pganssle @abalkin @StanFromIreland +Doc/library/datetime-* @pganssle @StanFromIreland +Doc/library/zoneinfo.rst @pganssle @StanFromIreland +Include/datetime.h @pganssle @abalkin @StanFromIreland +Include/internal/pycore_time.h @pganssle @abalkin @StanFromIreland +Lib/test/test_zoneinfo/ @pganssle @StanFromIreland +Lib/zoneinfo/ @pganssle @StanFromIreland +Lib/*time.py @pganssle @abalkin @StanFromIreland +Lib/test/datetimetester.py @pganssle @abalkin @StanFromIreland +Lib/test/test_*time.py @pganssle @abalkin @StanFromIreland +Modules/*zoneinfo* @pganssle @StanFromIreland +Modules/*time* @pganssle @abalkin @StanFromIreland +Python/pytime.c @pganssle @abalkin @StanFromIreland # Dbm Doc/library/dbm.rst @corona10 @erlend-aasland @serhiy-storchaka