https://github.com/python/cpython/commit/11fa11987990eb7ed75b1597cf2e8237f5991c57 commit: 11fa11987990eb7ed75b1597cf2e8237f5991c57 branch: main author: Carol Willing <[email protected]> committer: hugovk <[email protected]> date: 2024-09-07T21:46:56+03:00 summary:
Add willingc to CODEOWNERS for Lang Reference Doc (#123812) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ff642f811df1c..d18773c9ea99b8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -276,3 +276,6 @@ Lib/test/test_interpreters/ @ericsnowcurrently # Config Parser Lib/configparser.py @jaraco Lib/test/test_configparser.py @jaraco + +# Doc sections +Doc/reference/ @willingc _______________________________________________ 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]
