From: Raymond Hettinger Date: Mon, 4 Sep 2017 19:31:15 +0000 (-0700) Subject: Add references to modules I am responsible for (#3291) X-Git-Tag: v3.7.0a1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f58e6e276849e43d96ba59fecadf5bf8f39f92a9;p=thirdparty%2FPython%2Fcpython.git Add references to modules I am responsible for (#3291) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a318a2f0bee8..28ca17e7e93c 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