diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2017-09-04 19:31:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 19:31:15 (GMT) |
commit | f58e6e276849e43d96ba59fecadf5bf8f39f92a9 (patch) | |
tree | 81a636fe146c66129483d95c9c38efc9043cbe52 /.github/CODEOWNERS | |
parent | 1a589a604f49be81f8d932391bdfab9438d18f9d (diff) | |
download | cpython-f58e6e276849e43d96ba59fecadf5bf8f39f92a9.zip cpython-f58e6e276849e43d96ba59fecadf5bf8f39f92a9.tar.gz cpython-f58e6e276849e43d96ba59fecadf5bf8f39f92a9.tar.bz2 |
Add references to modules I am responsible for (#3291)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a318a2f..28ca17e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -40,3 +40,12 @@ Python/bootstrap_hash.c @python/crypto-team # Windows installer packages /Tools/msi/ @python/windows-team /Tools/nuget/ @python/windows-team + +**/*itertools* @rhettinger +**/*collections* @rhettinger +**/*random* @rhettinger +**/*queue* @rhettinger +**/*bisect* @rhettinger +**/*heapq* @rhettinger +**/*functools* @ncoghlan @rhettinger +**/*decimal* @rhettinger @skrah |