mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add references to modules I am responsible for (#3291)
This commit is contained in:
parent
1a589a604f
commit
f58e6e2768
1 changed files with 9 additions and 0 deletions
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue