]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add pganssle to CODEOWNERS for ``zoneinfo`` (#139032)
authorPaul Ganssle <1377457+pganssle@users.noreply.github.com>
Wed, 17 Sep 2025 15:17:27 +0000 (16:17 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 15:17:27 +0000 (16:17 +0100)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
.github/CODEOWNERS

index 9f581216ca96e3e35e8ae42a71c357aae2c949e8..5a6d2b325adc6fcd4ce10b88d21d69162465a255 100644 (file)
@@ -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