Skip to content

Commit 5c534da

Browse files
authored
CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)
1 parent fee5526 commit 5c534da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Include/pytime.h @pganssle @abalkin
9393
/Tools/msi/ @python/windows-team
9494
/Tools/nuget/ @python/windows-team
9595

96+
# Misc
9697
**/*itertools* @rhettinger
9798
**/*collections* @rhettinger
9899
**/*random* @rhettinger
@@ -108,6 +109,11 @@ Include/pytime.h @pganssle @abalkin
108109

109110
**/*typing* @gvanrossum @ilevkivskyi
110111

112+
**/*asyncore @giampaolo
113+
**/*asynchat @giampaolo
114+
**/*ftplib @giampaolo
115+
**/*shutil @giampaolo
116+
111117
# macOS
112118
/Mac/ @python/macos-team
113119
**/*osx_support* @python/macos-team

0 commit comments

Comments
 (0)