https://github.com/python/cpython/commit/60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd commit: 60a6632a3d2b2dde1c01850f0aa36a22c8dec8dd branch: master author: Gregory P. Smith <greg at krypto.org> committer: GitHub <noreply at github.com> date: 2017年08月04日T20:00:06-06:00 summary: add myself to CODEOWNERS for subprocess. (#3005) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 550c9564fca..cdb9feee57b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,3 +26,6 @@ **/*mime* @bitdancer **/*imap* @bitdancer **/*poplib* @bitdancer + +# subprocess +**/*subprocess* @gpshead