diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2019-11-22 22:28:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 22:28:41 (GMT) |
commit | 3ae38cc181fe513abc09c8931f910eeb61bac60d (patch) | |
tree | ef862c855646479d78bc0e795e78e799b5437329 /.github | |
parent | 2ec1a1b307cc893adae4662a32e1d2e94b6908e3 (diff) | |
download | cpython-3ae38cc181fe513abc09c8931f910eeb61bac60d.zip cpython-3ae38cc181fe513abc09c8931f910eeb61bac60d.tar.gz cpython-3ae38cc181fe513abc09c8931f910eeb61bac60d.tar.bz2 |
Update CODEOWNERS (#17356)
Add Ethan Furman for enum, cgi, and cgitb.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 32d2114..7b415ac 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 |