mirror of https://github.com/python/cpython
Add references to modules I am responsible for (#3291)
This commit is contained in:
parent
1a589a604f
commit
f58e6e2768
|
@ -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…
Reference in New Issue