[Python-checkins] CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)

Giampaolo Rodola webhook-mailer at python.org
Thu Nov 21 04:39:05 EST 2019


https://github.com/python/cpython/commit/5c534da798eae58eec9ad0601a1c480b271e25a9
commit: 5c534da798eae58eec9ad0601a1c480b271e25a9
branch: master
author: Giampaolo Rodola <g.rodola at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-11-21T17:38:51+08:00
summary:

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

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0df7b5d28d9b0..32d21143231e4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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



More information about the Python-checkins mailing list