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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd;p=thirdparty%2FPython%2Fcpython.git add myself to CODEOWNERS for subprocess. (#3005) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 550c9564fcae..cdb9feee57ba 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,3 +26,6 @@ **/*mime* @bitdancer **/*imap* @bitdancer **/*poplib* @bitdancer + +# subprocess +**/*subprocess* @gpshead