]> granicus.if.org Git - python/commitdiff
Add references to modules I am responsible for (#3291)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 4 Sep 2017 19:31:15 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 19:31:15 +0000 (12:31 -0700)
.github/CODEOWNERS

index a318a2f0bee8af4af87ac65ef20f83202870b541..28ca17e7e93c7a906fc251dae719f1ce317b0224 100644 (file)
@@ -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