[Python-checkins] Add references to modules I am responsible for (#3291)

Raymond Hettinger webhook-mailer at python.org
Mon Sep 4 15:31:18 EDT 2017


https://github.com/python/cpython/commit/f58e6e276849e43d96ba59fecadf5bf8f39f92a9
commit: f58e6e276849e43d96ba59fecadf5bf8f39f92a9
branch: master
author: Raymond Hettinger <rhettinger at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-09-04T12:31:15-07:00
summary:

Add references to modules I am responsible for (#3291)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a318a2f0bee..28ca17e7e93 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



More information about the Python-checkins mailing list