summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2019-04-16 13:54:56 (GMT)
committerGitHub <noreply@github.com>2019-04-16 13:54:56 (GMT)
commit2f5b44879f244fbb577bd97df844b7bd4b9a19a5 (patch)
tree20ec5c43fce6ae6f9eee3bf981c61922012272d8 /.github
parent2b7f93b99afbe78e4e567d9252d9470d29f387c8 (diff)
downloadcpython-2f5b44879f244fbb577bd97df844b7bd4b9a19a5.zip
cpython-2f5b44879f244fbb577bd97df844b7bd4b9a19a5.tar.gz
cpython-2f5b44879f244fbb577bd97df844b7bd4b9a19a5.tar.bz2
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 40d2cc1..2ca555b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -43,6 +43,9 @@ Python/bootstrap_hash.c @python/crypto-team
**/*imap* @python/email-team
**/*poplib* @python/email-team
+# SQLite 3
+**/*sqlite* @berkerpeksag
+
# subprocess
**/*subprocess* @gpshead
@@ -50,6 +53,9 @@ Python/bootstrap_hash.c @python/crypto-team
/PC/ @python/windows-team
/PCbuild/ @python/windows-team
+# Urllib
+**/*robotparser* @berkerpeksag
+
# Windows installer packages
/Tools/msi/ @python/windows-team
/Tools/nuget/ @python/windows-team