[Python-checkins] Use a team to maintain the email related packages. (#3290)

Barry Warsaw webhook-mailer at python.org
Mon Sep 4 15:19:28 EDT 2017


https://github.com/python/cpython/commit/1a589a604f49be81f8d932391bdfab9438d18f9d
commit: 1a589a604f49be81f8d932391bdfab9438d18f9d
branch: master
author: Barry Warsaw <barry at python.org>
committer: GitHub <noreply at github.com>
date: 2017-09-04T15:19:26-04:00
summary:

Use a team to maintain the email related packages. (#3290)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6cda5a0f767..a318a2f0bee 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -24,11 +24,11 @@
 Python/bootstrap_hash.c       @python/crypto-team
 
 # Email and related
-**/*mail*                     @bitdancer
-**/*smtp*                     @bitdancer
-**/*mime*                     @bitdancer
-**/*imap*                     @bitdancer
-**/*poplib*                   @bitdancer
+**/*mail*                     @python/email-team
+**/*smtp*                     @python/email-team
+**/*mime*                     @python/email-team
+**/*imap*                     @python/email-team
+**/*poplib*                   @python/email-team
 
 # subprocess
 **/*subprocess*               @gpshead



More information about the Python-checkins mailing list