[Python-checkins] add myself to CODEOWNERS for subprocess. (#3005)

Gregory P. Smith webhook-mailer at python.org
Fri Aug 4 22:00:09 EDT 2017


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-04T20: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



More information about the Python-checkins mailing list