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

This commit is contained in:
Raymond Hettinger 2017-09-04 12:31:15 -07:00 committed by GitHub
parent 1a589a604f
commit f58e6e2768
1 changed files with 9 additions and 0 deletions

9
.github/CODEOWNERS vendored
View 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