From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 Jun 2024 06:22:07 +0000 (+0200) Subject: [3.13] gh-120360: Add self as IDLE doc owner (GH-120571) (#120576) X-Git-Tag: v3.13.0b3~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eee2c456339363918de194b55385b8ce66175139;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-120360: Add self as IDLE doc owner (GH-120571) (#120576) 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 --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a7d60f222d1f..f71214f11109 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -205,6 +205,7 @@ Doc/c-api/stable.rst @encukou **/*ensurepip* @pfmoore @pradyunsg **/*idlelib* @terryjreedy +/Doc/library/idle.rst @terryjreedy **/*typing* @JelleZijlstra @AlexWaygood