https://github.com/python/cpython/commit/5560ab674bff46aa529b9bb0a0f7c6c1077201c5 commit: 5560ab674bff46aa529b9bb0a0f7c6c1077201c5 branch: main author: Paul Ganssle <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-17T16:17:27+01:00 summary:
Add pganssle to CODEOWNERS for ``zoneinfo`` (#139032) Co-authored-by: Adam Turner <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9f581216ca96e3..5a6d2b325adc6f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -406,11 +406,15 @@ Lib/test/test_dataclasses/ @ericvsmith # Dates and times Doc/**/*time.rst @pganssle @abalkin +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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
