]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-120360: Add self as IDLE doc owner (GH-120571) (#120576)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Jun 2024 06:22:07 +0000 (08:22 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2024 06:22:07 +0000 (06:22 +0000)
gh-120360: Add self as IDLE doc owner (GH-120571)

Add self as IDLE doc owner
(cherry picked from commit cf49ef78f894e418bea7de23dde9b01d6235889d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
.github/CODEOWNERS

index a7d60f222d1f2e26ddce14a0634d146ceaadf31d..f71214f11109f930268921094b6ab0af90722c3a 100644 (file)
@@ -205,6 +205,7 @@ Doc/c-api/stable.rst          @encukou
 **/*ensurepip*                @pfmoore @pradyunsg
 
 **/*idlelib*                  @terryjreedy
+/Doc/library/idle.rst         @terryjreedy
 
 **/*typing*                   @JelleZijlstra @AlexWaygood