We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee5526 commit 5c534daCopy full SHA for 5c534da
.github/CODEOWNERS
@@ -93,6 +93,7 @@ Include/pytime.h @pganssle @abalkin
93
/Tools/msi/ @python/windows-team
94
/Tools/nuget/ @python/windows-team
95
96
+# Misc
97
**/*itertools* @rhettinger
98
**/*collections* @rhettinger
99
**/*random* @rhettinger
@@ -108,6 +109,11 @@ Include/pytime.h @pganssle @abalkin
108
109
110
**/*typing* @gvanrossum @ilevkivskyi
111
112
+**/*asyncore @giampaolo
113
+**/*asynchat @giampaolo
114
+**/*ftplib @giampaolo
115
+**/*shutil @giampaolo
116
+
117
# macOS
118
/Mac/ @python/macos-team
119
**/*osx_support* @python/macos-team
0 commit comments