From: Ethan Furman Date: Fri, 22 Nov 2019 22:28:41 +0000 (-0800) Subject: Update CODEOWNERS (#17356) X-Git-Tag: v3.9.0a2~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ae38cc181fe513abc09c8931f910eeb61bac60d;p=thirdparty%2FPython%2Fcpython.git Update CODEOWNERS (#17356) Add Ethan Furman for enum, cgi, and cgitb. --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 32d21143231e..7b415ac5c2f5 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