summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2019-12-04 00:18:31 -0800
committerGitHub <noreply@github.com>2019-12-04 00:18:31 -0800
commit83f144962fd3f6677e35e5a02b62ab909497c58b (patch)
tree0c949c9d78622863af9529ff3d8adaa0b09cd390 /.github
parent03257949bc02a4afdf2ea1eb07a73f8128129579 (diff)
downloadcpython-git-83f144962fd3f6677e35e5a02b62ab909497c58b.tar.gz
add @ethanfurman for tarfile (GH-17461)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 7b415ac5c2..40305d4607 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -116,6 +116,7 @@ Include/pytime.h @pganssle @abalkin
**/*enum* @ethanfurman
**/*cgi* @ethanfurman
+**/*tarfile* @ethanfurman
# macOS
/Mac/ @python/macos-team