[Python-checkins] Update CODEOWNERS (#17356)

Ethan Furman webhook-mailer at python.org
Fri Nov 22 17:28:48 EST 2019


https://github.com/python/cpython/commit/3ae38cc181fe513abc09c8931f910eeb61bac60d
commit: 3ae38cc181fe513abc09c8931f910eeb61bac60d
branch: master
author: Ethan Furman <ethan at stoneleaf.us>
committer: GitHub <noreply at github.com>
date: 2019-11-22T14:28:41-08:00
summary:

Update CODEOWNERS (#17356)

Add Ethan Furman for enum, cgi, and cgitb.

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 32d21143231e4..7b415ac5c2f52 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -114,6 +114,9 @@ Include/pytime.h              @pganssle @abalkin
 **/*ftplib                    @giampaolo
 **/*shutil                    @giampaolo
 
+**/*enum*                     @ethanfurman
+**/*cgi*                      @ethanfurman
+
 # macOS
 /Mac/                         @python/macos-team
 **/*osx_support*              @python/macos-team



More information about the Python-checkins mailing list