[Python-checkins] add @ethanfurman for tarfile (GH-17461)

Ethan Furman webhook-mailer at python.org
Wed Dec 4 03:18:38 EST 2019


https://github.com/python/cpython/commit/83f144962fd3f6677e35e5a02b62ab909497c58b
commit: 83f144962fd3f6677e35e5a02b62ab909497c58b
branch: master
author: Ethan Furman <ethan at stoneleaf.us>
committer: GitHub <noreply at github.com>
date: 2019-12-04T00:18:31-08:00
summary:

add @ethanfurman for tarfile (GH-17461)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 7b415ac5c2f52..40305d4607ad9 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



More information about the Python-checkins mailing list