Skip to content

Commit 2f5b448

Browse files
authored
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
1 parent 2b7f93b commit 2f5b448

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,19 @@ Python/bootstrap_hash.c @python/crypto-team
4343
**/*imap* @python/email-team
4444
**/*poplib* @python/email-team
4545

46+
# SQLite 3
47+
**/*sqlite* @berkerpeksag
48+
4649
# subprocess
4750
**/*subprocess* @gpshead
4851

4952
# Windows
5053
/PC/ @python/windows-team
5154
/PCbuild/ @python/windows-team
5255

56+
# Urllib
57+
**/*robotparser* @berkerpeksag
58+
5359
# Windows installer packages
5460
/Tools/msi/ @python/windows-team
5561
/Tools/nuget/ @python/windows-team

0 commit comments

Comments
 (0)