https://github.com/python/cpython/commit/cf49ef78f894e418bea7de23dde9b01d6235889d
commit: cf49ef78f894e418bea7de23dde9b01d6235889d
branch: main
author: Terry Jan Reedy <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-06-16T01:55:47-04:00
summary:

gh-120360: Add self as IDLE doc owner (#120571)

Add self as IDLE doc owner

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1f9047ab97e934..eb7cc88565f6d0 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
 

_______________________________________________
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