From 039fa91346ba85c11a236ca225ca0ce7d4e17ee1 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 16 Apr 2019 16:11:04 +0300 Subject: [PATCH] Add myself to CODEOWNERS for sqlite3 and urllib.robotparser --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 40d2cc127690e5e..2ca555b7fa50c46 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