diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-12-24 11:09:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-24 11:09:50 (GMT) |
commit | 0d74e9683b8567df933e415abf747d9e0b4cd7ef (patch) | |
tree | 6fa867b48ea9836208401e934e193ab799c6daf8 /.github | |
parent | 1f06baeabd7ef64b7be6af7cb6fc03ec410b1aa2 (diff) | |
download | cpython-0d74e9683b8567df933e415abf747d9e0b4cd7ef.zip cpython-0d74e9683b8567df933e415abf747d9e0b4cd7ef.tar.gz cpython-0d74e9683b8567df933e415abf747d9e0b4cd7ef.tar.bz2 |
Add codeowners for `Lib/ensurepip/` (#112805)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index db28c2a..8038206 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -157,6 +157,8 @@ Doc/c-api/stable.rst @encukou **/*dataclasses* @ericvsmith +**/*ensurepip* @pfmoore @pradyunsg + **/*idlelib* @terryjreedy **/*typing* @JelleZijlstra @AlexWaygood |