https://github.com/python/cpython/commit/a0e7e41d584a18c70525d1bfeb0628ead91b1a4d
commit: a0e7e41d584a18c70525d1bfeb0628ead91b1a4d
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-06-16T06:12:48Z
summary:

[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 <[email protected]>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c77bfb8d0d589a..50bab8acd323e1 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
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to