From: Alex Waygood Date: Sun, 24 Dec 2023 11:09:50 +0000 (+0000) Subject: Add codeowners for `Lib/ensurepip/` (#112805) X-Git-Tag: v3.13.0a3~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d74e9683b8567df933e415abf747d9e0b4cd7ef;p=thirdparty%2FPython%2Fcpython.git Add codeowners for `Lib/ensurepip/` (#112805) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index db28c2a231ae..8038206441ab 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