]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)
authorGiampaolo Rodola <g.rodola@gmail.com>
Thu, 21 Nov 2019 09:38:51 +0000 (17:38 +0800)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2019 09:38:51 +0000 (17:38 +0800)
.github/CODEOWNERS

index 0df7b5d28d9b0b07ef81c37c56bcd225ce01184f..32d21143231e49cf40a1a24d30c4978c6b7a4090 100644 (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