From f58e6e276849e43d96ba59fecadf5bf8f39f92a9 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 4 Sep 2017 12:31:15 -0700 Subject: [PATCH] Add references to modules I am responsible for (#3291) --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a318a2f0be..28ca17e7e9 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 -- 2.40.0