[Python-checkins] Update codeowners to match experts list change (#10022)

Nick Coghlan webhook-mailer at python.org
Sun Oct 21 00:22:18 EDT 2018


https://github.com/python/cpython/commit/2f73ed69130cdf63b773275f430c9abdab0757ad
commit: 2f73ed69130cdf63b773275f430c9abdab0757ad
branch: master
author: Nick Coghlan <ncoghlan at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-10-21T14:22:15+10:00
summary:

Update codeowners to match experts list change (#10022)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2e98e14a3d6f..4d4d352601b8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -59,7 +59,7 @@ Python/bootstrap_hash.c       @python/crypto-team
 **/*queue*                    @rhettinger
 **/*bisect*                   @rhettinger
 **/*heapq*                    @rhettinger
-**/*functools*                @ncoghlan @rhettinger
+**/*functools*                @rhettinger
 **/*decimal*                  @rhettinger @skrah
 
 **/*dataclasses*              @ericvsmith



More information about the Python-checkins mailing list