diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2019-12-04 08:18:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 08:18:31 (GMT) |
commit | 83f144962fd3f6677e35e5a02b62ab909497c58b (patch) | |
tree | 0c949c9d78622863af9529ff3d8adaa0b09cd390 /.github | |
parent | 03257949bc02a4afdf2ea1eb07a73f8128129579 (diff) | |
download | cpython-83f144962fd3f6677e35e5a02b62ab909497c58b.zip cpython-83f144962fd3f6677e35e5a02b62ab909497c58b.tar.gz cpython-83f144962fd3f6677e35e5a02b62ab909497c58b.tar.bz2 |
add @ethanfurman for tarfile (GH-17461)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7b415ac..40305d4 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 |