]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update CODEOWNERS (#17356)
authorEthan Furman <ethan@stoneleaf.us>
Fri, 22 Nov 2019 22:28:41 +0000 (14:28 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2019 22:28:41 +0000 (14:28 -0800)
Add Ethan Furman for enum, cgi, and cgitb.

.github/CODEOWNERS

index 32d21143231e49cf40a1a24d30c4978c6b7a4090..7b415ac5c2f52e135cff4bf4ff0e7ed967208a0c 100644 (file)
@@ -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