[Python-checkins] Add hauntsaninja as tomllib CODEOWNER (#100779)

JelleZijlstra webhook-mailer at python.org
Thu Jan 5 17:28:11 EST 2023


https://github.com/python/cpython/commit/d84b1a97f942ed25693e9b3c735196399ca4a791
commit: d84b1a97f942ed25693e9b3c735196399ca4a791
branch: main
author: Shantanu <12621235+hauntsaninja at users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2023-01-05T14:28:02-08:00
summary:

Add hauntsaninja as tomllib CODEOWNER (#100779)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1d7c1e843fe9..351bf7c39555 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -144,7 +144,7 @@ Lib/ast.py                    @isidentical
 **/*cgi*                      @ethanfurman
 **/*tarfile*                  @ethanfurman
 
-**/*tomllib*                  @encukou
+**/*tomllib*                  @encukou @hauntsaninja
 
 **/*sysconfig*                @FFY00
 



More information about the Python-checkins mailing list