diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2024-01-31 11:28:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 11:28:23 (GMT) |
commit | 25ce7f872df661de9392122df17111c75c77dee0 (patch) | |
tree | a745c6748f8bd9f23e84c5fb5b32d67b66d772c9 /.github/CODEOWNERS | |
parent | 66f95ea6a65deff547cab0d312b8c8c8a4cf8beb (diff) | |
download | cpython-25ce7f872df661de9392122df17111c75c77dee0.zip cpython-25ce7f872df661de9392122df17111c75c77dee0.tar.gz cpython-25ce7f872df661de9392122df17111c75c77dee0.tar.bz2 |
Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f4d0411..7933d31 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 |