From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 Jun 2024 06:12:48 +0000 (+0200) Subject: [3.12] gh-120360: Add self as IDLE doc owner (GH-120571) (#120577) X-Git-Tag: v3.12.5~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0e7e41d584a18c70525d1bfeb0628ead91b1a4d;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-120360: Add self as IDLE doc owner (GH-120571) (#120577) 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 c77bfb8d0d58..50bab8acd323 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -141,6 +141,7 @@ Lib/ast.py @isidentical **/*dataclasses* @ericvsmith **/*idlelib* @terryjreedy +/Doc/library/idle.rst @terryjreedy **/*typing* @gvanrossum @JelleZijlstra @AlexWaygood