[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 cf49ef78f8)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2024-06-16 08:12:48 +02:00 committed by GitHub
parent 51af315a32
commit a0e7e41d58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.github/CODEOWNERS vendored
View file

@ -141,6 +141,7 @@ Lib/ast.py @isidentical
**/*dataclasses* @ericvsmith
**/*idlelib* @terryjreedy
/Doc/library/idle.rst @terryjreedy
**/*typing* @gvanrossum @JelleZijlstra @AlexWaygood