From: Giampaolo Rodola Date: Thu, 21 Nov 2019 09:38:51 +0000 (+0800) Subject: CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313) X-Git-Tag: v3.9.0a2~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c534da798eae58eec9ad0601a1c480b271e25a9;p=thirdparty%2FPython%2Fcpython.git CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0df7b5d28d9b..32d21143231e 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