From: Terry Jan Reedy Date: Sun, 16 Jun 2024 05:55:47 +0000 (-0400) Subject: gh-120360: Add self as IDLE doc owner (#120571) X-Git-Tag: v3.14.0a1~1478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf49ef78f894e418bea7de23dde9b01d6235889d;p=thirdparty%2FPython%2Fcpython.git gh-120360: Add self as IDLE doc owner (#120571) Add self as IDLE doc owner --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1f9047ab97e9..eb7cc88565f6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -212,6 +212,7 @@ Doc/c-api/stable.rst @encukou **/*ensurepip* @pfmoore @pradyunsg **/*idlelib* @terryjreedy +/Doc/library/idle.rst @terryjreedy **/*typing* @JelleZijlstra @AlexWaygood