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 2b7f93b commit 2f5b448Copy full SHA for 2f5b448
1 file changed
.github/CODEOWNERS
@@ -43,13 +43,19 @@ Python/bootstrap_hash.c @python/crypto-team
43
**/*imap* @python/email-team
44
**/*poplib* @python/email-team
45
46
+# SQLite 3
47
+**/*sqlite* @berkerpeksag
48
+
49
# subprocess
50
**/*subprocess* @gpshead
51
52
# Windows
53
/PC/ @python/windows-team
54
/PCbuild/ @python/windows-team
55
56
+# Urllib
57
+**/*robotparser* @berkerpeksag
58
59
# Windows installer packages
60
/Tools/msi/ @python/windows-team
61
/Tools/nuget/ @python/windows-team
0 commit comments