https://github.com/python/cpython/commit/25ce7f872df661de9392122df17111c75c77dee0 commit: 25ce7f872df661de9392122df17111c75c77dee0 branch: main author: Alex Waygood <[email protected]> committer: AlexWaygood <[email protected]> date: 2024-01-31T11:28:23Z summary:
Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f4d0411504a832..7933d319550576 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -230,8 +230,8 @@ Doc/c-api/stable.rst @encukou **/*zipfile/_path/* @jaraco # Argument Clinic -/Tools/clinic/** @erlend-aasland @AlexWaygood -/Lib/test/test_clinic.py @erlend-aasland @AlexWaygood +/Tools/clinic/** @erlend-aasland +/Lib/test/test_clinic.py @erlend-aasland Doc/howto/clinic.rst @erlend-aasland # Subinterpreters _______________________________________________ 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]
