https://github.com/python/cpython/commit/1ce9e5880347346105693aba211f4c378f5a9b6a commit: 1ce9e5880347346105693aba211f4c378f5a9b6a branch: main author: Terry Jan Reedy <[email protected]> committer: terryjreedy <[email protected]> date: 2024-08-30T21:59:12-04:00 summary:
Make self turtledemo codeowner (#123524) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9aa5004b0cdb7f..2ff642f811df1c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -211,8 +211,9 @@ Doc/c-api/stable.rst @encukou **/*ensurepip* @pfmoore @pradyunsg -**/*idlelib* @terryjreedy /Doc/library/idle.rst @terryjreedy +**/*idlelib* @terryjreedy +**/*turtledemo* @terryjreedy **/*annotationlib* @JelleZijlstra **/*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]
