https://github.com/python/cpython/commit/905eddceb2d61da9087f0d303aa7e4a405d2261a commit: 905eddceb2d61da9087f0d303aa7e4a405d2261a branch: main author: Guido van Rossum <[email protected]> committer: gvanrossum <[email protected]> date: 2024-10-26T15:24:51Z summary:
Update CODEOWNERS (#126005) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 221008717b29b1..e929ac8c474b2f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,7 +17,7 @@ Makefile.pre.in @erlend-aasland Modules/Setup* @erlend-aasland # asyncio -**/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc +**/*asyncio* @1st1 @asvetlov @kumaraditya303 @willingc # Core **/*context* @1st1 @@ -281,4 +281,4 @@ Lib/test/test_configparser.py @jaraco # Doc sections Doc/reference/ @willingc -**/*weakref* @kumaraditya303 \ No newline at end of file +**/*weakref* @kumaraditya303 _______________________________________________ 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]
