diff options
| author | Ethan Furman <ethan@stoneleaf.us> | 2019-12-04 00:18:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-04 00:18:31 -0800 |
| commit | 83f144962fd3f6677e35e5a02b62ab909497c58b (patch) | |
| tree | 0c949c9d78622863af9529ff3d8adaa0b09cd390 | |
| parent | 03257949bc02a4afdf2ea1eb07a73f8128129579 (diff) | |
| download | cpython-git-83f144962fd3f6677e35e5a02b62ab909497c58b.tar.gz | |
add @ethanfurman for tarfile (GH-17461)
| -rw-r--r-- | .github/CODEOWNERS | 1 |
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 |
