]> granicus.if.org Git - python/commitdiff
add myself to CODEOWNERS for subprocess. (#3005)
authorGregory P. Smith <greg@krypto.org>
Sat, 5 Aug 2017 02:00:06 +0000 (20:00 -0600)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2017 02:00:06 +0000 (20:00 -0600)
.github/CODEOWNERS

index 550c9564fcae14d250df19666e75b330a29d544b..cdb9feee57ba6a854f805e508f608cc9de3c9ebc 100644 (file)
@@ -26,3 +26,6 @@
 **/*mime*                     @bitdancer
 **/*imap*                     @bitdancer
 **/*poplib*                   @bitdancer
+
+# subprocess
+**/*subprocess*               @gpshead