diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-11-21 09:38:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 09:38:51 (GMT) |
commit | 5c534da798eae58eec9ad0601a1c480b271e25a9 (patch) | |
tree | 194d5997595439063d581b0ad0f0c5338fbd550b /.github/CODEOWNERS | |
parent | fee552669f21ca294f57fe0df826945edc779090 (diff) | |
download | cpython-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/CODEOWNERS | 6 |
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 |