From: Nick Coghlan Date: Sun, 21 Oct 2018 04:22:15 +0000 (+1000) Subject: Update codeowners to match experts list change (#10022) X-Git-Tag: v3.8.0a1~713 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f73ed69130cdf63b773275f430c9abdab0757ad;p=thirdparty%2FPython%2Fcpython.git Update codeowners to match experts list change (#10022) --- 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