summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-11-21 09:38:51 (GMT)
committerGitHub <noreply@github.com>2019-11-21 09:38:51 (GMT)
commit5c534da798eae58eec9ad0601a1c480b271e25a9 (patch)
tree194d5997595439063d581b0ad0f0c5338fbd550b /.github/CODEOWNERS
parentfee552669f21ca294f57fe0df826945edc779090 (diff)
downloadcpython-5c534da798eae58eec9ad0601a1c480b271e25a9.zip
cpython-5c534da798eae58eec9ad0601a1c480b271e25a9.tar.gz
cpython-5c534da798eae58eec9ad0601a1c480b271e25a9.tar.bz2
CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0df7b5d..32d2114 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