diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2018-10-21 04:22:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 04:22:15 (GMT) |
commit | 2f73ed69130cdf63b773275f430c9abdab0757ad (patch) | |
tree | 00a7ede74f1e2a3eae9e63bf4a767a491c5c3463 /.github/CODEOWNERS | |
parent | 94451182ccd6729c11338926d8a3d11645e86626 (diff) | |
download | cpython-2f73ed69130cdf63b773275f430c9abdab0757ad.zip cpython-2f73ed69130cdf63b773275f430c9abdab0757ad.tar.gz cpython-2f73ed69130cdf63b773275f430c9abdab0757ad.tar.bz2 |
Update codeowners to match experts list change (#10022)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2e98e14..4d4d352 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 |