]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-120360: Add self as IDLE doc owner (GH-120571) (#120577)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Jun 2024 06:12:48 +0000 (08:12 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2024 06:12:48 +0000 (06:12 +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 c77bfb8d0d589af24b5d25839c371955a819d4ca..50bab8acd323e1f599d77df3c00ebe3e3ba6f3b0 100644 (file)
@@ -141,6 +141,7 @@ Lib/ast.py                    @isidentical
 **/*dataclasses*              @ericvsmith
 
 **/*idlelib*                  @terryjreedy
+/Doc/library/idle.rst         @terryjreedy
 
 **/*typing*                   @gvanrossum @JelleZijlstra @AlexWaygood