CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)

This commit is contained in:
Giampaolo Rodola 2019-11-21 17:38:51 +08:00 committed by GitHub
parent fee552669f
commit 5c534da798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.github/CODEOWNERS vendored
View File

@ -93,6 +93,7 @@ Include/pytime.h @pganssle @abalkin
/Tools/msi/ @python/windows-team
/Tools/nuget/ @python/windows-team
# Misc
**/*itertools* @rhettinger
**/*collections* @rhettinger
**/*random* @rhettinger
@ -108,6 +109,11 @@ Include/pytime.h @pganssle @abalkin
**/*typing* @gvanrossum @ilevkivskyi
**/*asyncore @giampaolo
**/*asynchat @giampaolo
**/*ftplib @giampaolo
**/*shutil @giampaolo
# macOS
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team