From: Gregory P. Smith Date: Sat, 5 Aug 2017 02:00:06 +0000 (-0600) Subject: add myself to CODEOWNERS for subprocess. (#3005) X-Git-Tag: v3.7.0a1~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd;p=python add myself to CODEOWNERS for subprocess. (#3005) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 550c9564fc..cdb9feee57 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,3 +26,6 @@ **/*mime* @bitdancer **/*imap* @bitdancer **/*poplib* @bitdancer + +# subprocess +**/*subprocess* @gpshead