Skip to content

Commit f58e6e2

Browse files
authored
Add references to modules I am responsible for (#3291)
1 parent 1a589a6 commit f58e6e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ Python/bootstrap_hash.c @python/crypto-team
4040
# Windows installer packages
4141
/Tools/msi/ @python/windows-team
4242
/Tools/nuget/ @python/windows-team
43+
44+
**/*itertools* @rhettinger
45+
**/*collections* @rhettinger
46+
**/*random* @rhettinger
47+
**/*queue* @rhettinger
48+
**/*bisect* @rhettinger
49+
**/*heapq* @rhettinger
50+
**/*functools* @ncoghlan @rhettinger
51+
**/*decimal* @rhettinger @skrah

0 commit comments

Comments
 (0)