Update codeowners to match experts list change (#10022)

This commit is contained in:
Nick Coghlan 2018-10-21 14:22:15 +10:00 committed by GitHub
parent 94451182cc
commit 2f73ed6913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/CODEOWNERS vendored
View file

@ -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